Update USAGE.md (#968)

* Update USAGE.md to clarify user unit directory
This commit is contained in:
gilsedawk 2020-06-27 23:49:32 +02:00 committed by GitHub
parent 57abd74114
commit 35e1800aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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