4247d4f699
'systemctl enable' (and thus the preset) needs an [Install] section.
11 lines
180 B
SYSTEMD
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
|