[PATCH] systemd: README: fix the name of the timer unit

Nicolas Sebrecht nicolas.s-dev at laposte.net
Wed Jun 28 08:54:35 BST 2017


Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
 contrib/systemd/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/systemd/README.md b/contrib/systemd/README.md
index d7c165f..df28ba9 100644
--- a/contrib/systemd/README.md
+++ b/contrib/systemd/README.md
@@ -18,8 +18,9 @@ into `/etc/systemd/user` or `${XDG_DATA_HOME}/systemd/user` followed by
 
 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 at myaccount.timer` or `offlineimap at myaccount.service`.
+enable offlineimap-oneshot.timer`. Additionally, specific accounts may be
+triggered by using `offlineimap at myaccount.timer` or
+`offlineimap-oneshot at myaccount.service`.
 
 If the defaults provided by these units doesn't suit your setup, any of the
 values may be overridden by using `systemctl --user edit offlineimap.service`.
-- 
2.13.1





More information about the OfflineIMAP-project mailing list