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 # 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