diff --git a/scripts/opensuse/pypiserver.init b/scripts/opensuse/pypiserver.init index aa9045e..dacc35f 100755 --- a/scripts/opensuse/pypiserver.init +++ b/scripts/opensuse/pypiserver.init @@ -17,7 +17,7 @@ # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Daemonized version of deluge. -# Description: Starts the deluge daemon. +# Description: Starts the pypiserver daemon. ### END INIT INFO # PATH should only include /usr/* if it runs after the mountnfs.sh script @@ -102,7 +102,8 @@ case "$1" in esac ;; status) - status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? + check_proc "$DAEMON" + rc_status -v ;; #reload|force-reload) #