7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
|
set -e
|
||
|
|
||
|
# Make sure the binary and the config file are present before proceeding
|
||
|
test -x <%= god_bin %> || exit 0
|
||
|
|
||
|
. /lib/lsb/init-functions
|