1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headphones_ynh.git synced 2024-09-03 19:26:02 +02:00
This commit is contained in:
Éric Gaspar 2023-05-25 18:47:33 +02:00
parent c633a28a2d
commit 953fdb054f
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/ WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/Headphones.py --config /etc/__APP__/__APP__.ini --data_dir __DATA_DIR__ --nolaunch ExecStart=__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/Headphones.py --config /etc/__APP__/__APP__.ini --datadir __DATA_DIR__ --nolaunch
# Sandboxing options to harden security # Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these # Depending on specificities of your service/app, you may need to tweak these

View file

@ -49,6 +49,7 @@ ram.runtime = "50M"
[resources.install_dir] [resources.install_dir]
[resources.data_dir] [resources.data_dir]
subdirs = ["cache"]
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"