mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 15:37:26 +02:00
Restart option in unit description is changed to "always". Otherwise, it wouldn't re-mount a cloud storage if any error is occured.
@ -101,7 +101,7 @@ ExecStartPost=/bin/sh -c "${POST_MOUNT_SCRIPT}"
|
|||||||
ExecStop=/bin/fusermount -u "${MOUNT_DIR}"
|
ExecStop=/bin/fusermount -u "${MOUNT_DIR}"
|
||||||
|
|
||||||
#Restart info
|
#Restart info
|
||||||
Restart=on-success
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Reference in New Issue
Block a user