coreos-home-server/config/service/dovecot/systemd/dovecot-firstboot.target
Alex Palaistras 75765576dc Fix various issues
The fixes here include typos, removals of deprecated paths, fixes for
first-boot-only systemd targets and related MariaDB migrate machinery,
better logging for Postfix, and an increase in the default request body
size for the default NGINX ingress.
2021-08-01 22:31:25 +01:00

10 lines
254 B
SYSTEMD

[Unit]
Description=Initialize Dovecot POP3/IMAP server
Wants=mariadb-migrate@dovecot.service dovecot.service
After=mariadb-migrate@dovecot.service
Before=dovecot.service
ConditionKernelCommandLine=ignition.firstboot
[Install]
WantedBy=multi-user.target