This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Qubes
/
core-agent-linux
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
ed33374f67
Branches
Tags
master
core-agent-linu...
/
qubes-rpc
/
suspend-post.d
/
qvm-sync-clock.sh
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