Add code language and correct typo

Agneev Mukherjee 2020-09-13 18:12:48 +05:30
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