This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Qubes
/
core-agent-linux
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
c6f7984203
Ramas
Etiquetas
master
core-agent-linu...
/
qubes-rpc
/
suspend-post-qvm-sync-clock.sh
suspend-post-qvm-sync-clock.sh
93 B
Histórico
Raw
1
2
3
4
5
#!/bin/sh
if [ ! -f /var/run/qubes-service/clocksync ]; then
/usr/bin/qvm-sync-clock
fi