From 57928cc49ec6ebff4c989c4d1843e46ee9dd9cbe Mon Sep 17 00:00:00 2001 From: peerster Date: Wed, 21 Oct 2015 10:15:09 +0200 Subject: [PATCH] Rename init/couchpotato.fedora.service and add symlink for 'backward compatibility' --- init/couchpotato.fedora.service | 14 +------------- init/couchpotato.service | 13 +++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) mode change 100644 => 120000 init/couchpotato.fedora.service create mode 100644 init/couchpotato.service 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