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

13 lines
351 B
SYSTEMD
Raw Normal View History

2022-03-15 08:41:58 +01:00
[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