Browse Source

Rename init/couchpotato.fedora.service and add symlink for 'backward compatibility'

pull/5613/head
peerster 10 years ago
parent
commit
57928cc49e
  1. 13
      init/couchpotato.fedora.service
  2. 1
      init/couchpotato.fedora.service
  3. 13
      init/couchpotato.service

13
init/couchpotato.fedora.service

@ -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

1
init/couchpotato.fedora.service

@ -0,0 +1 @@
couchpotato.service

13
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
Loading…
Cancel
Save