about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/profiles/communication/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix
index b2874a2..e03e5fe 100644
--- a/home/profiles/communication/default.nix
+++ b/home/profiles/communication/default.nix
@@ -372,7 +372,7 @@ in
         Service = {
           Type = "oneshot";
           ExecStart = "${mbsyncCmd} -Va";
-          RemainAfterExit = true;
+          RemainAfterExit = false;
           TimeoutStartSec = "5min";
         };
         Install.WantedBy = [ "default.target" ];