Skip to content

Commit

Permalink
Added initctl reload-configuration to uninstall for upstart
Browse files Browse the repository at this point in the history
  • Loading branch information
John C. Frickson committed May 9, 2016
1 parent e8330e7 commit 3e4094d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uninstall.in
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ rm_startup () {
}
prt_msg 2 0 1 "($INIT_TYPE) Delete $INETD_DIR/$INIT_FILE" && {
rm $force "$INIT_DIR/$INIT_FILE"
if test $INIT_TYPE = upstart; then
prt_msg 2 0 1 "($INIT_TYPE) initctl reload-configuration" && {
initctl reload-configuration
}
fi
}
fi
fi
Expand Down

0 comments on commit 3e4094d

Please sign in to comment.