This website requires JavaScript.
Explore
Help
Sign In
QubesOS
/
qubes-core-admin-linux
Watch
1
Star
0
Fork
0
You've already forked qubes-core-admin-linux
Code
Issues
Pull Requests
Releases
Wiki
Activity
529f5a1cd0
qubes-core-admin-linux
/
system-config
/
qubes-sync-clock.cron
2 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
clock synchronization rewrite clock synchronization mechanism rewritten to use systemd-timesync instead of NtpDate; at the moment, requires: - modifying /etc/qubes-rpc/policy/qubes.GetDate to redirect GetDate to designated clockvm - enabling clocksync service in clockvm ( qvm-features clockvm-name service/clocksync true ) Works as specified in issue listed below, except for: - each VM synces with clockvm after boot and every 6h - clockvm synces time with the Internet using systemd-timesync - dom0 synces itself with clockvm every 1h (using cron) fixes QubesOS/qubes-issues#1230
2017-07-06 21:37:26 +00:00
0 */1 * * * root /usr/bin/qvm-sync-clock > /dev/null 2>&1 || true
Reference in New Issue
Copy Permalink