Skip to content

Commit

Permalink
Merge pull request #171 from kardapoltsev/wip/systemv-start-template
Browse files Browse the repository at this point in the history
start template clean up to be used with new /etc/default
  • Loading branch information
muuki88 committed Feb 18, 2014
2 parents 7fe518c + efaad29 commit 2ed3a93
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Short-Description: ${{descr}}
### END INIT INFO

test -e /etc/default/${{app_name}} && source /etc/default/${{app_name}}
source /lib/init/vars.sh
source /lib/lsb/init-functions

Expand Down Expand Up @@ -84,4 +83,4 @@ case "$1" in
log_daemon_msg "Usage: /etc/init.d/${{app_name}} {start|stop|restart|status}"
;;
esac
exit 0
exit 0

0 comments on commit 2ed3a93

Please sign in to comment.