Files
ffs/webhook.service
2026-08-02 01:35:04 +00:00

13 lines
234 B
Desktop File

[Unit]
Description=Gitea Webhook Listener
After=network.target
[Service]
Type=simple
User=plorbus
ExecStart=/usr/bin/webhook -hooks /etc/webhook/hooks.json -verbose -port 9000
Restart=on-failure
[Install]
WantedBy=multi-user.target