aboutsummaryrefslogtreecommitdiffstats
path: root/community/runit/runit.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/runit/runit.initd')
-rw-r--r--community/runit/runit.initd7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/runit/runit.initd b/community/runit/runit.initd
index 2f3a0968dc0..257ae605128 100644
--- a/community/runit/runit.initd
+++ b/community/runit/runit.initd
@@ -8,7 +8,10 @@ description="starts and monitors a collection of runsv(8) processes"
retry="SIGHUP/5"
depend() {
- need localmount
- after firewall
+ need localmount
+ after firewall
+ if [ -x /sbin/socklog ]; then
+ provide logger
+ fi
}