Skip to content

Commit

Permalink
Merge pull request #148 from hindsightsoftware/systemv-lintian
Browse files Browse the repository at this point in the history
Making SystemV start script LSB and Debian compliant
  • Loading branch information
jsuereth committed Feb 2, 2014
2 parents 0e3d54b + 392b500 commit 484b9b0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

### BEGIN INIT INFO
# Provides: ${{app_name}}
# Required-Start: $syslog
# Required-Stop: $syslog
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop:
# Default-Stop: 0 1 6
# Short-Description: ${{descr}}
### END INIT INFO

Expand Down Expand Up @@ -57,7 +57,7 @@ case "$1" in
stop_daemon
exit $?
;;
restart)
restart|force-reload)
stop_daemon
start_daemon
exit $?
Expand Down

0 comments on commit 484b9b0

Please sign in to comment.