Commit 9fd323b3 authored by Lucas Russo's avatar Lucas Russo

scripts/sysvscripts/*: update service name to ebpm

Later this must be generic so other apps
can use the same script
parent 1138ab34
...@@ -45,7 +45,7 @@ CONFIG_DIR=/usr/local/etc/bpm_sw ...@@ -45,7 +45,7 @@ CONFIG_DIR=/usr/local/etc/bpm_sw
PIDDIR=/var/run/bpm_sw PIDDIR=/var/run/bpm_sw
DAEMONDIR=/usr/local/bin DAEMONDIR=/usr/local/bin
WORKDIR=/usr/local/bin WORKDIR=/usr/local/bin
DAEMON_NAME=dev_io DAEMON_NAME=ebpm
LOGDIR=/media/remote_logs LOGDIR=/media/remote_logs
ENVFILE=/etc/sysconfig/bpm-sw-board ENVFILE=/etc/sysconfig/bpm-sw-board
INSTANCES=() INSTANCES=()
...@@ -198,7 +198,7 @@ do_stop() ...@@ -198,7 +198,7 @@ do_stop()
fi fi
} }
# Not implemented in BPM-SW # Not implemented in BPM-SW
# #
#do_reload() { #do_reload() {
# if [ -f $PIDFILE ]; then # if [ -f $PIDFILE ]; then
# #signal_to_childprocesses `cat $PIDFILE` USR2 # #signal_to_childprocesses `cat $PIDFILE` USR2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment