From 56581c5d7ee1a872fd84eec7702a90029cd75fa7 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Wed, 8 Jul 2026 08:04:44 +0000 Subject: [PATCH] Add consistent mounting of the google drive --- ansible/deploy_music.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/deploy_music.yml b/ansible/deploy_music.yml index 3792d96..34a82da 100644 --- a/ansible/deploy_music.yml +++ b/ansible/deploy_music.yml @@ -56,10 +56,12 @@ ExecStart=/usr/bin/rclone mount gdrive: /mnt/gdrive \ --config /root/.config/rclone/rclone.conf \ --allow-other \ + --rc \ + --rc-no-auth \ --dir-cache-time 1000h \ --vfs-cache-mode full \ --vfs-cache-max-age 24h - ExecStop=/usr/bin/fusermount3 -u /mnt/gdrive + ExecStop=/usr/bin/fusermount3 -uz /mnt/gdrive Restart=on-failure User=root