11 lines
208 B
Desktop File
11 lines
208 B
Desktop File
[Unit]
|
|
Description = Nando alive send keepalive messages
|
|
After = network.target
|
|
|
|
[Service]
|
|
ExecStart = /usr/local/bin/nando -i 600 >/dev/null 2>&1
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|