krebs.backup: restartIfChanged = false

This commit is contained in:
tv 2017-12-12 18:50:36 +01:00
parent 7b38d1a821
commit 7838e709d1

View File

@ -83,6 +83,7 @@ let
rsync
utillinux
];
restartIfChanged = false;
serviceConfig = rec {
ExecStart = start plan;
SyslogIdentifier = ExecStart.name;