diff options
-rw-r--r-- | sys-utils/fstrim.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fstrim.service.in b/sys-utils/fstrim.service.in index 516023ed8..2a8dc1d3a 100644 --- a/sys-utils/fstrim.service.in +++ b/sys-utils/fstrim.service.in @@ -6,7 +6,7 @@ Documentation=man:fstrim(8) Type=oneshot ExecStart=@sbindir@/fstrim --fstab --verbose --quiet ProtectSystem=strict -ProtectHome=yes +ProtectHome=read-only PrivateDevices=no PrivateNetwork=yes PrivateUsers=no |