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

[Service]
User=headphones
Type=forking
PIDFile=/run/headphones/headphones.pid
ExecStart=/usr/bin/env python2 /opt/headphones/Headphones.py -q --daemon --nolaunch --pidfile=/run/headphones/headphones.pid --config /opt/headphones/config.ini --datadir /opt/headphones

[Install]
WantedBy=multi-user.target