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