puppet-standalone-mashup/shared/additional-modules/god-debian/templates/init_d_prerun

7 lines
141 B
Plaintext
Raw Normal View History

2012-05-02 22:17:23 +00:00
set -e
# Make sure the binary and the config file are present before proceeding
test -x <%= god_bin %> || exit 0
. /lib/lsb/init-functions