 f55412cd1e
			
		
	
	
		f55412cd1e
		
			
		
	
	
	
	
		
			
			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
		
			
				
	
	
		
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Update time from ClockVM
 | |
| ConditionPathExists=!/var/run/qubes-service/clocksync
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/usr/bin/qvm-sync-clock
 | |
| User=root |