Last active
December 22, 2025 04:19
-
-
Save rodhfr/1d1d6ca8c4edcb2c982d0207b6c40d82 to your computer and use it in GitHub Desktop.
Revisions
-
rodhfr revised this gist
Dec 22, 2025 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,8 @@ sudo nvim /etc/fuse.conf # /etc/fuse.conf # mount_max = 1000 user_allow_other cd ~/.config/systemd/user/ nvim rclone-NAME.service -
rodhfr renamed this gist
Dec 22, 2025 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
rodhfr revised this gist
Dec 22, 2025 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ systemctl --user daemon-reload systemctl --user enable --now rclone-*.service systemctl --user status rclone-*.service -
rodhfr renamed this gist
Dec 22, 2025 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
rodhfr revised this gist
Dec 22, 2025 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ sudo nvim /etc/fuse.conf # /etc/fuse.conf # mount_max = 1000 user_allow_other -
rodhfr revised this gist
Dec 22, 2025 . 2 changed files with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ [rodhfr@vmi2960364 user]$ cat rclone-gdrive.service [Unit] Description=gdrive mount After=network.target [Service] This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ [rodhfr@vmi2960364 user]$ cat rclone-smb.service [Unit] Description=smb mount After=network.target [Service] -
rodhfr revised this gist
Dec 22, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ [rodhfr@vmi2960364 user]$ cat rclone-smb.service [Unit] Description=gdrive mount After=network.target [Service] -
rodhfr revised this gist
Dec 22, 2025 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ [rodhfr@vmi2960364 user]$ cat rclone-gdrive.service [Unit] Description=souzafrodolfo After=network.target [Service] Type=simple ExecStart=/usr/bin/rclone mount --vfs-cache-mode full --vfs-cache-max-size 10G --allow-other souzafrodolfo: /gdrive ExecStop=/usr/bin/fusemount -zu /gdrive Restart=on-failure RestartSec=15 [Install] WantedBy=multi-user.target -
rodhfr created this gist
Dec 16, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ [rodhfr@vmi2960364 user]$ cat rclone-smb.service [Unit] Description=sminio After=network.target [Service] Type=simple ExecStart=/usr/bin/rclone mount --vfs-cache-mode full --vfs-cache-max-size 10G --allow-other smb: /smb ExecStop=/usr/bin/fusemount -zu /sminio Restart=on-failure RestartSec=15 [Install] WantedBy=multi-user.target