diff options
author | sefidel <contact@sefidel.net> | 2023-10-11 22:43:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-11 22:43:07 +0900 |
commit | 4c6105ba1131d78b7c72c8efce856a0b9653e5ab (patch) | |
tree | cffeb168e86a20eabef277d9c7945e1943ffe8df /home/profiles/communication/default.nix | |
parent | a2620c5ae81c2e741011e5f433b746e9d5ce3add (diff) | |
download | nixrc-4c6105ba1131d78b7c72c8efce856a0b9653e5ab.tar.gz nixrc-4c6105ba1131d78b7c72c8efce856a0b9653e5ab.zip |
chore(home/communication): disable RemainOnExit on mbsync-oneshot
Diffstat (limited to 'home/profiles/communication/default.nix')
-rw-r--r-- | home/profiles/communication/default.nix | 2 |
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" ]; |