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