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

[Install]
WantedBy=multi-user.target