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