From d6391188bb8e4048c26ed10b717793f499207085 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 23 Oct 2015 16:09:47 +0200 Subject: README.rst: Adding information about the offlineimap user service. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index b3ab011..003e359 100644 --- a/README.rst +++ b/README.rst @@ -147,6 +147,16 @@ ______________ systemctl --user start mpd-new systemctl --user enable mpd-new +offlineimap --user +__________________ +| The systemd user service *offlineimap.service* starts offlineimap as a user service and can comfortably (depending on your settings) sync your IMAP accounts in the background. + + .. code:: bash + + systemctl --user start offlineimap + systemctl --user enable offlineimap + + postpone-screensaver --user ___________________________ | With the systemd user service and timer *postpone-screensaver.{service,timer}* one can - as the name implies - postpone one's screensaver from blanking the screen. The script checks for programs set in *~/.config/postpone-screensaver* and can be started and activated like any other timer/service: -- cgit v1.2.3-54-g00ecf