Fix path for sysconfig file
This commit is contained in:
parent
5870f56b23
commit
aa64b0065d
@ -34,7 +34,9 @@ STOPTIMEOUT=60
|
||||
MYUSER=mysql
|
||||
MYGROUP=mysql
|
||||
|
||||
[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
|
||||
# Edit the following file in order to re-write some of the environment
|
||||
# variables defined above, like $STARTTIMEOUT, $STOPTIMEOUT, $exec
|
||||
[ -e @sysconfdir@/sysconfig/$prog ] && . @sysconfdir@/sysconfig/$prog
|
||||
|
||||
lockfile=/var/lock/subsys/$prog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user