hooks
This commit is contained in:
14
webhook.service
Normal file
14
webhook.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Webhook auto-deploy daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=jamesvanboxtel
|
||||
EnvironmentFile=/home/jamesvanboxtel/.webhook-env
|
||||
ExecStart=/usr/bin/webhook -hooks /home/jamesvanboxtel/server-stack/hooks.json -verbose
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user