1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +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