From a6083c03f56c58484099a14ef541d05047d56873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kilian=20P=C3=A9rez=20Gonz=C3=A1lez?= Date: Sun, 5 Jul 2020 15:46:40 +0200 Subject: [PATCH] Update environment file path (EnvironmentFile) on service file to be consistent with the documentation examples --- Systemd-rclone-mount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Systemd-rclone-mount.md b/Systemd-rclone-mount.md index 2caf3f9..d1dbd93 100644 --- a/Systemd-rclone-mount.md +++ b/Systemd-rclone-mount.md @@ -37,7 +37,7 @@ Environment=RCLONE_MOUNT_VFS_READ_CHUNK_SIZE_LIMIT="off" Environment=RCLONE_MOUNT_VOLNAME="UNKNOWN_DEFULT" #Overwrite default environment settings with settings from the file if present -EnvironmentFile=-%h/.config/%i.env +EnvironmentFile=-%h/.config/rclone/%i.env #Check that rclone is installed ExecStartPre=/usr/bin/test -x /usr/bin/rclone