There was an error while loading. Please reload this page.
1 parent 28ecdab commit 8fb2cbbCopy full SHA for 8fb2cbb
src/init.d/themisd
@@ -15,7 +15,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
15
NAME=themismilter
16
DESC="operations management daemon"
17
DAEMON=themismilter
18
-DAEMON_BIN=/usr/sbin/themismilter.py
+DAEMON_BIN=$(which themismilter.py)
19
DAEMON_PIDFILE=/var/run/$DAEMON.pid
20
SCRIPTNAME=/etc/init.d/$NAME
21
0 commit comments