mirror of
https://github.com/YunoHost-Apps/headphones_ynh.git
synced 2024-09-03 19:26:02 +02:00
Allow the service to write into /etc/__APP__
This commit is contained in:
parent
185f1ce380
commit
b8e4673f8e
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ Group=__APP__
|
|||
WorkingDirectory=__INSTALL_DIR__/
|
||||
ExecStart=__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/Headphones.py --config /etc/__APP__/headphones.ini --datadir __DATA_DIR__ --nolaunch
|
||||
|
||||
# Allow headphones to write to its configuration directory despite ProtectSystem
|
||||
ReadWritePaths=/etc/__APP__
|
||||
|
||||
# Sandboxing options to harden security
|
||||
# Depending on specificities of your service/app, you may need to tweak these
|
||||
# .. but this should be a good baseline
|
||||
|
|
Loading…
Reference in a new issue