redirection not in systemd

This commit is contained in:
ville rantanen
2018-08-13 16:26:56 +03:00
parent 86fddcdee1
commit 0b9cebecff

View File

@@ -3,7 +3,7 @@ Description = Nando alive send keepalive messages
After = network.target After = network.target
[Service] [Service]
ExecStart = /usr/local/bin/nando -i 600 >/dev/null 2>&1 ExecStart = /usr/local/bin/nando -i 600
Restart = on-failure Restart = on-failure
[Install] [Install]