Skip to content

Commit

Permalink
Include /lib/lsb/init-functions to link system V init script with
Browse files Browse the repository at this point in the history
systemd
  • Loading branch information
Nicolas Payart committed Nov 23, 2017
1 parent 24a1de4 commit acb21d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions service/replication-manager-arb-basedir.init.deb7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chown -R $MRMUSER:$MRMGROUP $MRMDATADIR
CMD=$MRMBASEDIR/replication-manager-arb
PIDFILE=$MRMDATADIR/mrm.pid

. /lib/lsb/init-functions

start()
{
Expand Down
1 change: 1 addition & 0 deletions service/replication-manager-arb.init.deb7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chown -R $MRMUSER:$MRMGROUP $MRMDATADIR
CMD=$MRMBASEDIR/replication-manager-arb
PIDFILE=$MRMDATADIR/mrm.pid

. /lib/lsb/init-functions

start()
{
Expand Down
1 change: 1 addition & 0 deletions service/replication-manager-osc-basedir.init.deb7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chown -R $MRMUSER:$MRMGROUP $MRMDATADIR
CMD=$MRMBASEDIR/replication-manager-osc
PIDFILE=$MRMDATADIR/mrm.pid

. /lib/lsb/init-functions

start()
{
Expand Down
1 change: 1 addition & 0 deletions service/replication-manager-osc.init.deb7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chown -R $MRMUSER:$MRMGROUP $MRMDATADIR
CMD=$MRMBASEDIR/replication-manager-osc
PIDFILE=$MRMDATADIR/mrm.pid

. /lib/lsb/init-functions

start()
{
Expand Down
1 change: 1 addition & 0 deletions service/replication-manager-pro.init.deb7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chown -R $MRMUSER:$MRMGROUP $MRMDATADIR
CMD=$MRMBASEDIR/replication-manager-pro
PIDFILE=$MRMDATADIR/mrm.pid

. /lib/lsb/init-functions

start()
{
Expand Down
1 change: 1 addition & 0 deletions service/replication-manager-tst.init.deb7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chown -R $MRMUSER:$MRMGROUP $MRMDATADIR
CMD=$MRMBASEDIR/replication-manager-tst
PIDFILE=$MRMDATADIR/mrm.pid

. /lib/lsb/init-functions

start()
{
Expand Down

0 comments on commit acb21d0

Please sign in to comment.