diff --git a/init/couchpotato.fedora.service b/init/couchpotato.fedora.service deleted file mode 100644 index d3b52ba..0000000 --- a/init/couchpotato.fedora.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=CouchPotato application instance -After=network.target - -[Service] -ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon -GuessMainPID=no -Type=forking -User=couchpotato -Group=couchpotato - -[Install] -WantedBy=multi-user.target diff --git a/init/couchpotato.fedora.service b/init/couchpotato.fedora.service new file mode 120000 index 0000000..c8d29d3 --- /dev/null +++ b/init/couchpotato.fedora.service @@ -0,0 +1 @@ +couchpotato.service \ No newline at end of file diff --git a/init/couchpotato.service b/init/couchpotato.service new file mode 100644 index 0000000..d3b52ba --- /dev/null +++ b/init/couchpotato.service @@ -0,0 +1,13 @@ +[Unit] +Description=CouchPotato application instance +After=network.target + +[Service] +ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon +GuessMainPID=no +Type=forking +User=couchpotato +Group=couchpotato + +[Install] +WantedBy=multi-user.target