mbsync: .service has no tty
This commit is contained in:
parent
7551d20ccd
commit
83439701e0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue