simple-webhook/webhook.service.template
2024-08-13 05:50:36 +03:00

15 lines
230 B
Plaintext

[Unit]
Description=Webhook
After=network-online.target
Wants=network-online.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=RUNPATH/run.sh
[Install]
WantedBy=multi-user.target