Add webhookey systemd service file

This commit is contained in:
finga 2021-03-17 11:21:53 +01:00
parent 45cdd104b0
commit 72a8a06c42

14
webhookey.service Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description=Webhookey
After=syslog.target
After=network.target
[Service]
RestartSec=2s
Type=simple
User=webhookey
Group=webhookey
Restart=always
[Install]
WantedBy=multi-user.target