From 35e1800aff86e7e3c17686b007e8f7cd62d224b2 Mon Sep 17 00:00:00 2001 From: gilsedawk <56582008+gilsedawk@users.noreply.github.com> Date: Sat, 27 Jun 2020 23:49:32 +0200 Subject: [PATCH] Update USAGE.md (#968) * Update USAGE.md to clarify user unit directory --- docs/USAGE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 2cfc79fb..164c7cbc 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -583,8 +583,10 @@ onedrive --monitor --verbose --confdir="~/.config/onedriveWork" & * `&` puts the application in background and leaves the terminal interactive ### Automatic syncing of both OneDrive accounts +In order to automatically start syncing your OneDrive accounts, you will need to create a service file for each account. From the applicable 'user systemd folder': +* RHEL / CentOS: `/usr/lib/systemd/system` +* Others: `/usr/lib/systemd/user` -In order to automatically start syncing your OneDrive accounts, you will need to create a service file for each account. From the `/usr/lib/systemd/user` folder: ```text cp onedrive.service onedrive-work.service ```