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