Skip to content

Commit

Permalink
Fedora startup script. close #506
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Jun 28, 2012
1 parent af6f947 commit a37467e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions init/couchpotato.fedora.service
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a37467e

Please sign in to comment.