check and include /etc/init.d/functions
parent
bcb7c5698c
commit
e16ef61c7e
|
|
@ -10,7 +10,9 @@
|
|||
### END INIT INFO
|
||||
|
||||
# Source function library.
|
||||
if [ -f /etc/init.d/functions ]; then
|
||||
. /etc/init.d/functions
|
||||
fi
|
||||
|
||||
PRG=/usr/bin/fdfs_storaged
|
||||
CONF=/etc/fdfs/storage.conf
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@
|
|||
### END INIT INFO
|
||||
|
||||
# Source function library.
|
||||
if [ -f /etc/init.d/functions ]; then
|
||||
. /etc/init.d/functions
|
||||
fi
|
||||
|
||||
PRG=/usr/bin/fdfs_trackerd
|
||||
CONF=/etc/fdfs/tracker.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue