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