From fcf23f3ebf267ad5d590abffdccd9b25a56a7376 Mon Sep 17 00:00:00 2001 From: zloylinux Date: Sun, 9 Mar 2025 13:52:45 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=BE=D0=B9=20fix=20=D0=B2=20=D1=81=D1=82=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=D0=B5=20=D0=BE=20sshfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/articles/sshfs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/articles/sshfs/index.md b/content/articles/sshfs/index.md index 1fcd150..544b9d4 100644 --- a/content/articles/sshfs/index.md +++ b/content/articles/sshfs/index.md @@ -110,7 +110,7 @@ WantedBy=default.target ```bash systemctl --user daemon-reload -systemctl --user enable now sshfs-myserver.mount +systemctl --user enable now server.service ``` Теперь `/mnt/sshfs/` автоматически монтируется при загрузке.