From 5b704ef1d9f0d6de5a70c3a0ced7856c03428406 Mon Sep 17 00:00:00 2001 From: Agneev Mukherjee <19761269+agneevX@users.noreply.github.com> Date: Sun, 13 Sep 2020 18:12:48 +0530 Subject: [PATCH] Add code language and correct typo --- Systemd-rclone-mount.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Systemd-rclone-mount.md b/Systemd-rclone-mount.md index c697d04..9f807a7 100644 --- a/Systemd-rclone-mount.md +++ b/Systemd-rclone-mount.md @@ -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