services/tmptsync: fix OnBootSec

This commit is contained in:
LavaDesu 2022-02-23 21:30:35 +07:00
parent 657d43155f
commit 5bd03881e0
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -24,7 +24,7 @@ in
timers.tmptsync-save = {
timerConfig = {
Unit = "tmptsync-save.service";
OnBootSec = "30mn";
OnBootSec = "30min";
OnUnitActiveSec = "2h";
};
};