offlineimap/contrib/systemd
Ben Boeckel e18428b25b UIBase: add a syslog ui
Rather than having an option for syslog output, make a separate UI
option.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2015-10-13 00:48:18 +02:00
..
README.md contrib: systemd: give credits 2015-03-25 22:19:42 +01:00
mail.target systemd: add documentation and a sample mail.target 2015-03-22 21:40:34 +01:00
offlineimap.service UIBase: add a syslog ui 2015-10-13 00:48:18 +02:00
offlineimap.timer contrib: add systemd configuration files 2015-03-22 12:58:56 +01:00
offlineimap@.service UIBase: add a syslog ui 2015-10-13 00:48:18 +02:00
offlineimap@.timer contrib: add systemd configuration files 2015-03-22 12:58:56 +01:00

README.md

layout title author date contributors updated
page Integrating OfflineIMAP into systemd Ben Boeckel 2015-03-22 Abdo Roig-Maranges 2015-03-25

Systemd units

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.

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.