go-watchdog/cmd/watchdog/watchdog.service.json

11 lines
252 B
JSON
Raw Normal View History

2019-06-27 08:54:51 +00:00
{
"name": "Watchdog",
"desc": "Get notified when sites go down",
"url": "https://git.rootprojects.org/root/watchdog.go",
"exec": "watchdog",
"args": "-c ./config.json",
"user": "root",
"privileged_ports": false,
"multiuser_protection": false
}