[Unit] Description=Auto-pipeline webhook receiver After=network.target forgejo.service [Service] ExecStart=/home/allaun/.nix-profile/bin/python3 /home/allaun/pipeline/auto/webhook_receiver.py WorkingDirectory=/home/allaun/pipeline Restart=always RestartSec=5 User=allaun [Install] WantedBy=default.target