1
0
mirror of https://github.com/rancher/os.git synced 2025-08-16 13:57:43 +00:00

exec ntp, don't fork

This commit is contained in:
sidharthamani 2015-02-19 13:01:52 -08:00
parent 80dda222e2
commit ec9df89343

View File

@ -1,3 +1,3 @@
#!/bin/bash
ntpd -d
exec ntpd -d