mirror of
https://github.com/alvierahman90/gohookr.git
synced 2024-11-21 12:19:52 +00:00
12 lines
189 B
Desktop File
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
|