From 7c687d4d6b323d19c825d5dd98f5965113e22832 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 14 Jul 2012 17:31:29 +0200 Subject: [PATCH] Fedora wrong pidfile arg --- init/fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/fedora b/init/fedora index 488027c..0adefd0 100644 --- a/init/fedora +++ b/init/fedora @@ -28,7 +28,7 @@ pidfile=${CP_PIDFILE-/var/run/couchpotato/couchpotato.pid} ## pidpath=`dirname ${pidfile}` -options=" --daemon --pidfile=${pidfile} --datadir=${datadir}" +options=" --daemon --pid_file=${pidfile} --datadir=${datadir}" # create PID directory if not exist and ensure the couchpotato user can write to it if [ ! -d $pidpath ]; then