4 lines
78 B
Text
4 lines
78 B
Text
|
#!/bin/sh
|
||
|
mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
|
||
|
/usr/sbin/ntpd -s
|