1
0
mirror of https://github.com/azlux/dpkg-deb synced 2024-11-23 06:46:18 +00:00
dpkg-deb/webhookd/webhookd.service
2020-08-10 15:26:19 +02:00

16 lines
260 B
Desktop File

[Unit]
Description=WEBHOOKD
[Service]
ExecStart=/usr/local/bin/webhookd
User=webhookd
Group=webhookd
EnvironmentFile=-/etc/default/webhookd.env
EnvironmentFile=-/etc/webhookd.env
Restart=always
Type=simple
RestartSec=30s
[Install]
WantedBy=multi-user.target