mirror of
https://github.com/rclone/rclone.git
synced 2025-02-16 10:32:39 +01:00
Restart option in unit description is changed to "always". Otherwise, it wouldn't re-mount a cloud storage if any error is occured.
parent
7897bb94bc
commit
2ce42d8d31
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user