1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headphones_ynh.git synced 2024-09-03 19:26:02 +02:00
headphones_ynh/conf/systemd.service
ericgaspar f82a69a65b
Fix
2022-03-15 08:41:58 +01:00

13 lines
No EOL
351 B
Desktop File

[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