Decrease full mail sync cadence
This commit is contained in:
parent
6e9d70e1de
commit
e144fc5881
|
@ -104,7 +104,7 @@ with pkgs;
|
||||||
/home/coolneng/.local/share/scripts/mail-sync -a
|
/home/coolneng/.local/share/scripts/mail-sync -a
|
||||||
'';
|
'';
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
startAt = "*-*-* *:00,15,30,45:00";
|
startAt = "*-*-* *:00,30:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
# HACK Change home partition permissions for mopidy
|
# HACK Change home partition permissions for mopidy
|
||||||
|
|
Loading…
Reference in New Issue