From 05bcee12ae78ce82422f28cd6324a99a1b0fad43 Mon Sep 17 00:00:00 2001
From: Ruud <ruud@crashdummy.nl>
Date: Sun, 24 Feb 2013 00:17:57 +0100
Subject: [PATCH] No need for folder for pid file

---
 init/ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/ubuntu b/init/ubuntu
index d6af148a..b93f69a0 100644
--- a/init/ubuntu
+++ b/init/ubuntu
@@ -23,7 +23,7 @@ RUN_AS=YOUR_USERNAME_HERE
 DAEMON=/usr/bin/python
 
 # Path to store PID file
-PID_FILE=/var/run/couchpotato/server.pid
+PID_FILE=/var/run/couchpotato.pid
 PID_PATH=$(dirname $PID_FILE)
 
 # script name
-- 
GitLab