diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-02-17 13:40:49 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-02-17 13:40:49 -0700 |
commit | cc05bb2fc537ca0667730d8435e537e0ff2048cc (patch) | |
tree | 11fa7891a063e2c1517708b3651e65bca5bfdb45 /start-ntpd.sh | |
download | ntp-module-main.tar.gz ntp-module-main.tar.bz2 ntp-module-main.zip |
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 & |