summarylogtreecommitdiffstats
path: root/headphones.service
blob: a488299816d2669ee5c2a8763d752b41db6e52ad (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/python /opt/headphones/Headphones.py --nolaunch --config /var/lib/headphones/config.ini --datadir /var/lib/headphones

[Install]
WantedBy=multi-user.target