mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
fix startup of systemd service
This commit is contained in:
parent
c4a729568b
commit
e7e5fd33f5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
||||||
RestrictNamespaces=yes
|
RestrictNamespaces=yes
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
SystemCallFilter=~@clock @debug @module @mount @obsolete @privileged @reboot @setuid @swap
|
SystemCallFilter=~@clock @debug @module @mount @obsolete @privileged @reboot @setuid @swap
|
||||||
ReadWritePaths=/var/airsonic
|
ReadWritePaths=__FINALPATH__
|
||||||
|
|
||||||
# You can uncomment the following line if you're not using the jukebox
|
# You can uncomment the following line if you're not using the jukebox
|
||||||
# This will prevent airsonic from accessing any real (physical) devices
|
# This will prevent airsonic from accessing any real (physical) devices
|
||||||
|
|
Loading…
Add table
Reference in a new issue