5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Sync every 20 minutes
|
|
/sbin/service start -- /bin/ntpc -i 1200 time.google.com:123
|