Create service template
This commit is contained in:
parent
6131b9917e
commit
18dcbbb418
14
webhook.service.template
Normal file
14
webhook.service.template
Normal file
@ -0,0 +1,14 @@
|
||||
[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
|
||||
Loading…
x
Reference in New Issue
Block a user