diff options
Diffstat (limited to 'start-ntpd.sh')
-rwxr-xr-x | start-ntpd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/start-ntpd.sh b/start-ntpd.sh new file mode 100755 index 0000000..9077d30 --- /dev/null +++ b/start-ntpd.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +nohup /bin/poll-ntpd.sh "eno1" &>/var/log/ntpd.log & |