mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 01:44:41 +01:00
Add code language and correct typo
parent
896de58ccd
commit
5b704ef1d9
@ -1,5 +1,5 @@
|
|||||||
# Service File
|
# Service File
|
||||||
```
|
```ini
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=RClone mount of users remote %i using filesystem permissions
|
Description=RClone mount of users remote %i using filesystem permissions
|
||||||
Documentation=http://rclone.org/docs/
|
Documentation=http://rclone.org/docs/
|
||||||
@ -95,7 +95,7 @@ ExecStart=/usr/bin/rclone mount \
|
|||||||
#Unmount rclone fs
|
#Unmount rclone fs
|
||||||
ExecStop=/bin/fusermount -u "${MOUNT_DIR}"
|
ExecStop=/bin/fusermount -u "${MOUNT_DIR}"
|
||||||
|
|
||||||
#Restsart info
|
#Restart info
|
||||||
Restart=on-success
|
Restart=on-success
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user