core-agent-linux/vm-systemd/qubes-sync-time.service

9 lines
186 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Update time from ClockVM
After=qubes-qrexec-agent.service
ConditionPathExists=!/var/run/qubes-service/clocksync
[Service]
ExecStart=/usr/bin/qvm-sync-clock
User=root