From 3ec2df578098435ddd6ca1c5f3dc4a44ba7507a3 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 2 Nov 2012 18:32:15 +0100 Subject: [PATCH] Fedora init fix #1009 --- init/fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/fedora b/init/fedora index 0adefd0..c9ebbf2 100644 --- a/init/fedora +++ b/init/fedora @@ -28,7 +28,7 @@ pidfile=${CP_PIDFILE-/var/run/couchpotato/couchpotato.pid} ## pidpath=`dirname ${pidfile}` -options=" --daemon --pid_file=${pidfile} --datadir=${datadir}" +options=" --daemon --pid_file=${pidfile} --data_dir=${datadir}" # create PID directory if not exist and ensure the couchpotato user can write to it if [ ! -d $pidpath ]; then