Lines 54-61
extra_commands="configtest"
Link Here
|
54 |
zrepl_precmd() |
54 |
zrepl_precmd() |
55 |
{ |
55 |
{ |
56 |
if [ ! -d "/var/run/zrepl/stdinserver" ]; then |
56 |
if [ ! -d "/var/run/zrepl/stdinserver" ]; then |
57 |
install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl"; |
57 |
install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl"; |
58 |
install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl/stdinserver"; |
58 |
install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl/stdinserver"; |
59 |
fi |
59 |
fi |
60 |
|
60 |
|
61 |
if [ ! -e "${pidfile}" ]; then |
61 |
if [ ! -e "${pidfile}" ]; then |