gohookr/gohookr.service

12 lines
189 B
Desktop File

[Unit]
Description=A really simple webhook receiver.
After=network.target
[Service]
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/bin/gohookr
[Install]
WantedBy=multi-user.target