diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a182d5388c..0b3ac81ddf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ New images: Enhancements: Bug fixes: +- DietPi-Software | Sonarr: Resolved an issue where the internal updater did not work due to permission limits in the systemd unit. Many thanks to @tellice for reporting this issue: https://github.com/MichaIng/DietPi/issues/7321 As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/ADDME diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 7ca417f6a8..35e0507e86 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -9595,7 +9595,7 @@ ProtectHome=true PrivateDevices=true ProtectKernelTunables=true ProtectControlGroups=true -ReadWritePaths=-/usr/lib/sonarr -/mnt -/media -/var/log/sonarr -/tmp +ReadWritePaths=-$install_dir -/mnt -/media -/var/log/sonarr -/tmp [Install] WantedBy=multi-user.target