diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/hostid.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostid.in b/init.d/hostid.in index 584fd2d7..00df273d 100644 --- a/init.d/hostid.in +++ b/init.d/hostid.in @@ -7,7 +7,7 @@ hostid_file=${hostid_file:-/etc/hostid} depend() { - need root + use root before devd net keyword nojail noprefix } |