X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=openwrt%2Ffiles%2Fumurmur.init;h=392cd69d43b8d12425594d4a564a3f7d56c81ee3;hp=617110a1a062a0510181f9a36feabfc74d525014;hb=ef0de0acc6d9a1077ad4fd7257befe7a8360a50a;hpb=a9e4fbb402c622fe919aa99847532fc062502899 diff --git a/openwrt/files/umurmur.init b/openwrt/files/umurmur.init index 617110a..392cd69 100644 --- a/openwrt/files/umurmur.init +++ b/openwrt/files/umurmur.init @@ -7,9 +7,9 @@ PIDFILE="/var/run/umurmurd.pid" start() { stop - /usr/bin/umurmurd -r -p $PIDFILE + /usr/bin/umurmurd -p $PIDFILE } stop() { [ -f "$PIDFILE" ] && kill $(cat "$PIDFILE") 2>/dev/null >/dev/null -} \ No newline at end of file +}