From cf01d8e0ebf41c66c03243569f95e4a6540ddd83 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Wed, 28 Jun 2017 09:51:12 +0200 Subject: [PATCH] systemd: README: fix the name of the timer unit Signed-off-by: Nicolas Sebrecht --- 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@myaccount.timer` or `offlineimap@myaccount.service`. +enable offlineimap-oneshot.timer`. Additionally, specific accounts may be +triggered by using `offlineimap@myaccount.timer` or +`offlineimap-oneshot@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`.