--- univention-reload-service.orig 2018-02-15 07:07:01.744392833 +0100 +++ univention-reload-service.orig 2018-02-15 07:07:19.096708098 +0100 @@ -32,8 +32,8 @@ ### BEGIN INIT INFO # Provides: univention-reload-service -# Required-Start: $local_fs $remote_fs $network $syslog -# Required-Stop: $local_fs $remote_fs $network $syslog +# Required-Start: $local_fs $remote_fs $network $syslog univention-runit +# Required-Stop: $local_fs $remote_fs $network $syslog univention-runit # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Univention Reload Service @@ -49,7 +49,7 @@ case "$1" in start) log_action_msg "Starting univention-reload-service" - sv up univention-reload-service + sv start univention-reload-service log_action_end_msg 0 ;; stop)