From 11bdf389396ef3968e2d8cccd1a8c64bf2aac41d Mon Sep 17 00:00:00 2001 From: bitinerant Date: Thu, 3 Oct 2024 13:27:25 +0100 Subject: [PATCH] Fix incorrect command in autostart.rst (#879) --- users/autostart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/autostart.rst b/users/autostart.rst index b7b33139..84d60b0e 100644 --- a/users/autostart.rst +++ b/users/autostart.rst @@ -453,7 +453,7 @@ For the :doc:`/advanced/folder-sync-ownership` option to work, you can grant extra capabilities to the service via the systemd unit file. Add the following snippet to the service file (commented out in the provided template). To ensure smooth upgrades, keeping it in an -override file using ``systemd edit ...`` is advised:: +override file using ``systemctl edit ...`` is advised:: [Service] AmbientCapabilities=CAP_CHOWN CAP_FOWNER