mirror of
https://github.com/azlux/dpkg-deb
synced 2024-11-23 06:46:18 +00:00
16 lines
260 B
Desktop File
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
|