Add webhookey systemd service file
This commit is contained in:
parent
45cdd104b0
commit
72a8a06c42
1 changed files with 14 additions and 0 deletions
14
webhookey.service
Normal file
14
webhookey.service
Normal 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
|
Loading…
Reference in a new issue