4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p `awk -F: '/^ntp:/{print $6}' /etc/passwd`
|
||
|
/usr/sbin/ntpd -s
|