From a37467e3b522ac6912d26e614cffa1eeb23de1e0 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 28 Jun 2012 23:23:25 +0200 Subject: [PATCH] Fedora startup script. close #506 --- init/couchpotato.fedora.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 init/couchpotato.fedora.service diff --git a/init/couchpotato.fedora.service b/init/couchpotato.fedora.service new file mode 100644 index 0000000..7df166b --- /dev/null +++ b/init/couchpotato.fedora.service @@ -0,0 +1,12 @@ +[Unit] +Description=CouchPotato application instance + +[Service] +ExecStart=/usr/lib/CouchPotatoServer/CouchPotato.py --daemon +GuessMainPID=no +Type=forking +User=couchpotato +Group=couchpotato + +[Install] +WantedBy=multi-user.target \ No newline at end of file