about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-11 22:43:07 +0900
committersefidel <contact@sefidel.net>2023-10-11 22:43:07 +0900
commit4c6105ba1131d78b7c72c8efce856a0b9653e5ab (patch)
treecffeb168e86a20eabef277d9c7945e1943ffe8df
parenta2620c5ae81c2e741011e5f433b746e9d5ce3add (diff)
downloadnixrc-4c6105ba1131d78b7c72c8efce856a0b9653e5ab.tar.gz
nixrc-4c6105ba1131d78b7c72c8efce856a0b9653e5ab.zip
chore(home/communication): disable RemainOnExit on mbsync-oneshot
-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" ];