From 8bbfca901672435cd05c5e6f28b646e7d6d8bfde Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 1 Jun 2017 13:10:04 -0300 Subject: [PATCH] Explain how to override systemd values Signed-off-by: Hugo Osvaldo Barrera Signed-off-by: Nicolas Sebrecht --- contrib/systemd/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/systemd/README.md b/contrib/systemd/README.md index 9377757..b332b2f 100644 --- a/contrib/systemd/README.md +++ b/contrib/systemd/README.md @@ -25,4 +25,6 @@ These unit files are installed as being enabled via a `mail.target` unit which is intended to be a catch-all for mail-related unit files. A simple `mail.target` file is also provided. - +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`. +This'll prevent having to copy-and-edit the original file.