10 lines
144 B
SYSTEMD
10 lines
144 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update system time each 6h
|
||
|
ConditionPathExists=!/var/run/qubes-service/clocksync
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=10s
|
||
|
OnUnitActiveSec=6h
|
||
|
|
||
|
|