core-agent-linux/vm-systemd/qubes-sync-time.timer
Rusty Bird 4247d4f699
Really enable qubes-sync-time.timer
'systemctl enable' (and thus the preset) needs an [Install] section.
2018-02-14 13:52:17 +00:00

11 lines
180 B
SYSTEMD

[Unit]
Description=Update system time each 6h
ConditionPathExists=!/var/run/qubes-service/clocksync
[Timer]
OnBootSec=10s
OnUnitActiveSec=6h
[Install]
WantedBy=multi-user.target