diff --git a/init/couchpotato.fedora.service b/init/couchpotato.fedora.service new file mode 100644 index 00000000..7df166bc --- /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