From 4c6105ba1131d78b7c72c8efce856a0b9653e5ab Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 11 Oct 2023 22:43:07 +0900 Subject: chore(home/communication): disable RemainOnExit on mbsync-oneshot --- home/profiles/communication/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; -- cgit 1.4.1