gohookr/gohookr.service

12 lines
189 B
SYSTEMD
Raw Permalink Normal View History

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