summaryrefslogtreecommitdiff
path: root/init.d/hostid.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-11 17:42:14 +0000
committerRoy Marples <roy@marples.name>2009-02-11 17:42:14 +0000
commit9f3cf59818c9801e6e66189529bdff86fc391391 (patch)
tree643c444632f52245c95838325dfbdcfe4a4f73f5 /init.d/hostid.in
parent7a628e1db7f558ec26e21b79c7f52b58f33c677f (diff)
downloadopenrc-9f3cf59818c9801e6e66189529bdff86fc391391.tar.gz
openrc-9f3cf59818c9801e6e66189529bdff86fc391391.tar.bz2
openrc-9f3cf59818c9801e6e66189529bdff86fc391391.tar.xz
hostid does not need root to run
Diffstat (limited to 'init.d/hostid.in')
-rw-r--r--init.d/hostid.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostid.in b/init.d/hostid.in
index 584fd2d..00df273 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
}