summarylogtreecommitdiffstats
path: root/htpc-manager.service
blob: c45a6e85c8a938dc703a3afa812aa8b9c7a39afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=A fully responsive interface to manage all your favorite software on your Htpc
After=network.target

[Service]
Type=simple
User=http
Group=http
ExecStart=/usr/bin/python2.7 /opt/htpc-manager/Htpc.py

[Install]
WantedBy=multi-user.target