diff options
Diffstat (limited to 'net/py-wsdd/files/patch-etc_rc.d_wsdd')
-rw-r--r-- | net/py-wsdd/files/patch-etc_rc.d_wsdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-wsdd/files/patch-etc_rc.d_wsdd b/net/py-wsdd/files/patch-etc_rc.d_wsdd index c2ca424dbba3..3fae8767987d 100644 --- a/net/py-wsdd/files/patch-etc_rc.d_wsdd +++ b/net/py-wsdd/files/patch-etc_rc.d_wsdd @@ -68,7 +68,7 @@ +wsdd_start() +{ + echo -n "Starting ${name}." -+ /usr/sbin/daemon -u daemon -S -p ${pidfile} ${command} ${wsdd_opts} ++ /usr/sbin/daemon -u _wsdd -S -p ${pidfile} ${command} ${wsdd_opts} +} + run_rc_command "$1" |