From d68f73525ad8e945039c0e7d6e8a7ef2294b4f98 Mon Sep 17 00:00:00 2001 From: finn Date: Mon, 13 Apr 2026 13:31:06 -0700 Subject: [PATCH] checkpoint before troubleshooting systemd --- hub/rclone.conf | 2 +- hubspoke-helper.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/rclone.conf b/hub/rclone.conf index 0c2e876..008f972 100644 --- a/hub/rclone.conf +++ b/hub/rclone.conf @@ -1,4 +1,4 @@ -[brie-sftp] +[brie-remote] type = sftp host = localhost port = 11111 diff --git a/hubspoke-helper.sh b/hubspoke-helper.sh index 15e8d39..6edf08d 100755 --- a/hubspoke-helper.sh +++ b/hubspoke-helper.sh @@ -100,6 +100,7 @@ EOF # ------------------------------------------------------------ hub_install() { echo "Assuming you have placed rclone-mount@.service in ~/.config/systemd/user/" + echo "Also, 'sudo loginctl enable-linger armbian' and a reboot may be necessary." echo "If not, create it manually. Then run: systemctl --user daemon-reload" systemctl --user daemon-reload } @@ -169,4 +170,3 @@ hub) exit 1 ;; esac -