Skip to content

Commit

Permalink
Merge pull request #20 from gittex/debinitfix
Browse files Browse the repository at this point in the history
Improve debian package upgrades
  • Loading branch information
abh committed Oct 11, 2012
2 parents 969d7e6 + a13d30d commit 518782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/djabberd.init.d
Expand Up @@ -43,7 +43,7 @@ d_start() {
d_stop() {
start-stop-daemon --stop --quiet --pidfile $PIDFILE \
-d $HOME_DIR \
--name $NAME -- $OPTS
--name $NAME -- $OPTS || true
}

d_reload() {
Expand Down

0 comments on commit 518782c

Please sign in to comment.