try disabling ProtectSystem

This commit is contained in:
chaos 2024-05-26 10:14:32 +01:00
parent 1fdba9c741
commit 3f5c3a2214
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ in {
wants = ["rclone-serve-nfs-music.service"];
after = ["rclone-serve-nfs-music.service"];
serviceConfig = {
ReadWritePaths = ["/var/lib/mpd"];
ProtectSystem = false;
};
};