mbsync: .service has no tty

This commit is contained in:
Grigory Shipunov 2022-08-13 14:08:09 +02:00
parent 7551d20ccd
commit 83439701e0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -70,7 +70,7 @@ in
enable = true; enable = true;
after = [ "graphical.target" "network-online.target" ]; after = [ "graphical.target" "network-online.target" ];
script = '' script = ''
${pkgs.isync}/bin/mbsync -a --config=${mbsyncConf} ${pkgs.isync}/bin/mbsync -q -a --config=${mbsyncConf}
''; '';
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";