docker-offlineimap/contrib/systemd
benutzer193 efd2548f67 systemd: remove unused watchdog functionality
Add restart on failure and increase timeout to kill service.

Signed-off-by: benutzer193 <registerbn@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2017-06-01 15:32:41 +02:00
..
mail.target systemd: add documentation and a sample mail.target 2015-03-22 21:40:34 +01:00
offlineimap-oneshot.service systemd: remove unused watchdog functionality 2017-06-01 15:32:41 +02:00
offlineimap-oneshot@.service systemd: remove unused watchdog functionality 2017-06-01 15:32:41 +02:00
offlineimap.service systemd: remove unused watchdog functionality 2017-06-01 15:32:41 +02:00
offlineimap.timer Fix systemd.timer: initialize timer after boot 2017-05-21 00:33:38 +02:00
offlineimap@.service systemd: remove unused watchdog functionality 2017-06-01 15:32:41 +02:00
offlineimap@.timer Fix systemd.timer: initialize timer after boot 2017-05-21 00:33:38 +02:00
README.md systemd: remove unused watchdog functionality 2017-06-01 15:32:41 +02:00

layout title author date contributors updated
page Integrating OfflineIMAP into systemd Ben Boeckel 2015-03-22 Abdo Roig-Maranges, benutzer193 2017-06-01

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.