puppet-standalone-mashup/shared/additional-modules/god-debian/templates/init_d_prerun
2012-05-08 15:10:26 -04:00

7 lines
161 B
Plaintext

set -e
# Make sure the binary and the config file are present before proceeding
test -x <%= scope.lookupvar('god::bin') %> || exit 0
. /lib/lsb/init-functions