1
0
forked from finn/tinyboard

checkpoint before troubleshooting systemd

This commit is contained in:
2026-04-13 13:31:06 -07:00
parent 0c182f7dcb
commit d68f73525a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
[brie-sftp]
[brie-remote]
type = sftp
host = localhost
port = 11111

View File

@@ -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