]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Be a little more explicit with override info.
authorWayne Davison <wayne@opencoder.net>
Wed, 17 Jun 2020 16:31:48 +0000 (09:31 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 17 Jun 2020 16:31:48 +0000 (09:31 -0700)
packaging/systemd/rsync.service
packaging/systemd/rsync@.service

index ea978141941a233abd9693999ab1bba502a145e9..6d1031fd1fccd9c4c8932d21358edca13817ddb0 100644 (file)
@@ -16,7 +16,10 @@ RestartSec=1
 #
 # So let's assume some extra security is more than welcome here. We do full
 # system protection (which makes it read-only) and hide users' homes and
-# devices. See systemd.unit(5) and search for "drop-in" to override.
+# devices. To override these defaults, it's best to do so in the drop-in
+# directory, often done via `systemctl edit rsync.service`. The file needs
+# just the bare minimum of the right [heading] and override values.
+# See systemd.unit(5) and search for "drop-in" for full details.
 
 ProtectSystem=full
 ProtectHome=on
index 2508c93e06ed24a47ae790411cc67e9dbeaa85b2..e1f48da8416b9bea0f7858183a46326afd8ae8b6 100644 (file)
@@ -17,7 +17,10 @@ StandardError=journal
 #
 # So let's assume some extra security is more than welcome here. We do full
 # system protection (which makes it read-only) and hide users' homes and
-# devices. See systemd.unit(5) and search for "drop-in" to override.
+# devices. To override these defaults, it's best to do so in the drop-in
+# directory, often done via `systemctl edit rsync@.service`. The file needs
+# just the bare minimum of the right [heading] and override values.
+# See systemd.unit(5) and search for "drop-in" for full details.
 
 ProtectSystem=full
 ProtectHome=on