doc: Add note for php-fpm on SLES 15 SP2

resolves #4335
This commit is contained in:
Johannes Meyer 2021-06-17 08:59:42 +02:00
parent 81c0613e68
commit 9270633b23
1 changed files with 6 additions and 0 deletions

View File

@ -121,6 +121,12 @@ zypper ar http://packages.icinga.com/SUSE/ICINGA-release.repo
zypper ref
```
If you're using php-fpm on SLES 15 SP2 onwards, `/etc/icingaweb2` may not be writable.
That's because the default systemd unit file for php-fpm has `ProtectSystem=full`
enabled. You want to lookup/add the systemd setting `ReadWritePaths=` in this case and
add `/etc/icingaweb2` to it. Alternatively you can also define a different configuration
directory using the environment variable `ICINGAWEB_CONFIGDIR`.
**openSUSE**:
```
zypper ar http://packages.icinga.com/openSUSE/ICINGA-release.repo