From 83065bcaebd4a724e319eece8c8ba90cfdbe2fdf Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Mon, 19 Dec 2016 06:49:04 +0000 Subject: [PATCH] use $PIDFILE instead of fixedname --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 1754296..9f9bdf2 100755 --- a/start.sh +++ b/start.sh @@ -32,5 +32,5 @@ if [ $AUTHBIND_ENABLED = "no" ] then twistd $XARGS -l log/cowrie.log --umask 0077 --pidfile ${PIDFILE} cowrie else - authbind --deep twistd $XARGS -l log/cowrie.log --umask 0077 --pidfile cowrie.pid cowrie + authbind --deep twistd $XARGS -l log/cowrie.log --umask 0077 --pidfile ${PIDFILE} cowrie fi