core-agent-linux/vm-systemd/qubes-sync-time.service
Marek Marczykowski-Górecki 91436a2887
Delay qubes-sync-time service after qrexec is started
The qubes-sync-time needs qrexec running to work, so set start order
appropriately.
2019-06-25 04:19:56 +02:00

9 lines
186 B
Desktop File

[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