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