mirror of
https://github.com/YunoHost-Apps/headphones_ynh.git
synced 2024-09-03 19:26:02 +02:00
13 lines
351 B
SYSTEMD
13 lines
351 B
SYSTEMD
|
[Unit]
|
||
|
Description=Headphones
|
||
|
Wants=network.target network-online.target
|
||
|
After=network.target network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
ExecStart=/usr/bin/python3 __FINALPATH__/Headphones.py -d --datadir __DATADIR__ --nolaunch --config /etc/headphones/headphones.ini --port __PORT__
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|