diff options
Diffstat (limited to 'init.d.FreeBSD/clock')
-rw-r--r-- | init.d.FreeBSD/clock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d.FreeBSD/clock b/init.d.FreeBSD/clock index f26bef2a..6a8485c9 100644 --- a/init.d.FreeBSD/clock +++ b/init.d.FreeBSD/clock @@ -21,6 +21,7 @@ depend() [ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then need root fi + keywords nojail } start() |