diff --git a/contrib/systemd/README.md b/contrib/systemd/README.md index 04f39f6..05ccb30 100644 --- a/contrib/systemd/README.md +++ b/contrib/systemd/README.md @@ -10,7 +10,7 @@ date: 2015-03-22 ## Systemd units -These unit files are meant to be used in the user session. You may drop them into `${XDG_DATA_HOME}/systemd/user` followed by `systemctl --user daemon-reload` to have systemd aware of the unit files. +These unit files are meant to be used in the user session. You may drop them into `/etc/systemd/user` or `${XDG_DATA_HOME}/systemd/user` followed by `systemctl --user daemon-reload` to have systemd aware of the unit files. These files are meant to be triggered either manually using `systemctl --user start offlineimap.service` or by enabling the timer unit using `systemctl --user enable offlineimap.timer`. Additionally, specific accounts may be triggered by using `offlineimap@myaccount.timer` or `offlineimap@myaccount.service`.