This commit is contained in:
2026-08-10 22:36:16 +02:00
parent ad1b8fe3a9
commit cbaf55cfc5
23 changed files with 328 additions and 109 deletions
@@ -0,0 +1 @@
/usr/lib/systemd/user/proton-drive.service
@@ -1 +0,0 @@
/home/narl/.config/systemd/user/vaulthunters_mount.service
+1 -1
View File
@@ -15,7 +15,7 @@ ExecStart=rclone mount google_drive: %h/remote/gdrive \
--log-level INFO
# The command to unmount gracefully.
ExecStop=fusermount -u %h/gdrive
ExecStop=fusermount -u %h/remote/gdrive
Restart=on-failure
RestartSec=10
+1 -1
View File
@@ -12,7 +12,7 @@ After=network-online.target
ExecStart=sshfs -f -p 420 narl@narl.io:/opt %h/remote/narl.io
# The command to unmount gracefully.
ExecStop=fusermount -u %h/narl_io
ExecStop=fusermount -u %h/remote/narl.io
Restart=on-failure
RestartSec=10
-22
View File
@@ -1,22 +0,0 @@
# ~/.config/systemd/user/rclone-mount.service
[Unit]
Description=sshfs mount for narl.io vaulthunters server
# This ensures your network is ready before it tries to mount
After=network-online.target
[Service]
# The command to start the mount.
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
# The flags below are highly recommended for a good experience.
ExecStart=sshfs -f -p 420 narl@vh3.narl.io:/opt/minecraft_vaulthunters %h/remote/vh3.narl.io
# The command to unmount gracefully.
ExecStop=fusermount -u %h/vaulthunters_server
Restart=on-failure
RestartSec=10
[Install]
# This tells systemd to start the service at user login.
WantedBy=default.target