SHA256
1
0
forked from pool/util-linux
2010-06-01 14:36:40 +00:00
committed by Git OBS Bridge
parent 9c4ef89952
commit ab06ff369b
2 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ case "$1" in
echo -n "Starting uuidd "
mkdir -p $UUIDD_PID_PATH
chown uuidd:uuidd $UUIDD_PID_PATH
/sbin/startproc $UUIDD_BIN $UUIDD_OPTIONS
/sbin/startproc -u uuidd -g uuidd $UUIDD_BIN $UUIDD_OPTIONS
rc_status -v
;;
stop)