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

7 lines
161 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
2012-05-08 19:10:26 +00:00
test -x <%= scope.lookupvar('god::bin') %> || exit 0
2012-05-02 22:17:23 +00:00
. /lib/lsb/init-functions