summarylogtreecommitdiffstats
path: root/headphones.service
blob: e4d0d513802193142785161d90102577f125a505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Headphones Daemon
After=network.target

[Service]
User=headphones
Group=headphones
Type=simple
ExecStart=/usr/bin/python2 /usr/lib/headphones/Headphones.py --nolaunch --config /var/lib/headphones/config.ini --datadir /var/lib/headphones

[Install]
WantedBy=multi-user.target