diff --git a/clusterd/Makefile b/clusterd/Makefile index e130d3a..33a1fee 100644 --- a/clusterd/Makefile +++ b/clusterd/Makefile @@ -8,7 +8,8 @@ all: install: clusterd clusterd.service install -d ${DESTDIR}${SBINDIR} install -m 755 clusterd ${DESTDIR}${SBINDIR}/clusterd + install -d ${DESTDIR}/etc/systemd/system/ install -m 644 clusterd.service ${DESTDIR}/etc/systemd/system/clusterd.service -restart: install +restart: systemctl restart clusterd.service diff --git a/clusterd/clusterd b/clusterd/clusterd index 909ea33..9cf3dad 100755 --- a/clusterd/clusterd +++ b/clusterd/clusterd @@ -751,7 +751,7 @@ sub udp_rx_restart { if (defined $pid && $pid==0) { my $pid2=fork; if (defined $pid2 && $pid==0) { - exec '/sbin/clusterd','--kill','--daemon'; + exec '/usr/sbin/clusterd','--kill','--daemon'; die "exec failed: $!\n"; } } diff --git a/clusterd/mkbee.sh b/clusterd/mkbee.sh new file mode 100755 index 0000000..dab3a2e --- /dev/null +++ b/clusterd/mkbee.sh @@ -0,0 +1,8 @@ +#!/bin/bash +VERSION=`grep -Po "(?<=Revision:\s)(\S+)" clusterd` +PACKAGE=clusterd-${VERSION} +DOWNLOADS=/src/mariux/beeroot/downloads +cd .. +tar zcvf ${DOWNLOADS}/${PACKAGE}.tgz clusterd +bee init ${DOWNLOADS}/${PACKAGE}.tgz -f +./${PACKAGE}-0.bee -c