Commit 8cbab35a8269

Vincent Demeester <vincent@sbr.pm>
2019-02-01 17:00:12
honshu: vrsync/ape service don't restart if changed
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9227ebe
Changed files (1)
machine
machine/honshu.nix
@@ -38,6 +38,7 @@ vincent@synodine.local:/volume1/backup/drive/ /run/media/vincent/Toshito/backup/
   systemd.services.vrsync = {
     description = "vrsync - sync folders to NAS";
     wantedBy = [ "multi-user.target" ];
+    restartIfChanged = false;
     serviceConfig = {
       Type = "oneshot";
       ExecStart = "${pkgs.vrsync}/bin/vrsync";
@@ -58,6 +59,7 @@ vincent@synodine.local:/volume1/backup/drive/ /run/media/vincent/Toshito/backup/
   systemd.services.ape = {
     description = "Ape - sync git mirrors";
     wantedBy = [ "multi-user.target" ];
+    restartIfChanged = false;
     serviceConfig = {
       Type = "oneshot";
       User = "vincent";