first commit
This commit is contained in:
16
etc/systemd/system/webhookd.service
Normal file
16
etc/systemd/system/webhookd.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Webhook Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/python3 /usr/local/bin/webhookd.py
|
||||
WorkingDirectory=/usr/local/bin
|
||||
Restart=always
|
||||
User=webhookd
|
||||
Group=webhookd
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user