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