From 91436a2887c8bf82e7fe43ce0eb0f392386babea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 25 Jun 2019 04:19:56 +0200 Subject: [PATCH] Delay qubes-sync-time service after qrexec is started The qubes-sync-time needs qrexec running to work, so set start order appropriately. --- vm-systemd/qubes-sync-time.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm-systemd/qubes-sync-time.service b/vm-systemd/qubes-sync-time.service index 11c91f1..e611a42 100644 --- a/vm-systemd/qubes-sync-time.service +++ b/vm-systemd/qubes-sync-time.service @@ -1,7 +1,8 @@ [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 \ No newline at end of file +User=root