Skip to content

Commit

Permalink
Make qubes-sync-time.service oneshot
Browse files Browse the repository at this point in the history
If qubes-sync-time.service is of the default type "simple", the exit
code of qvm-sync-clock is ignored, and the service succeeds even if
qvm-sync-clock fails.
  • Loading branch information
DemiMarie committed Jul 10, 2022
1 parent 2ef9f3e commit e4c7b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm-systemd/qubes-sync-time.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ ConditionPathExists=!/var/run/qubes-service/clocksync

[Service]
ExecStart=/usr/bin/qvm-sync-clock
Type=oneshot
User=root

0 comments on commit e4c7b0b

Please sign in to comment.