gohookr/gohookr.service

12 lines
189 B
SYSTEMD
Raw Normal View History

[Unit]
Description=A really simple webhook receiver.
After=network.target
[Service]
Restart=on-failure
RestartSec=5s
2021-07-29 08:45:12 +01:00
ExecStart=/usr/local/bin/gohookr
2021-07-29 08:48:20 +01:00
[Install]
WantedBy=multi-user.target