coreos-home-server/config/service/dovecot/systemd/dovecot-firstboot.target
Alex Palaistras aafa8d9f12 Move systemd files to separate folders
This will help make subsequent synchronization with hosts easier, as
systemd files and potential dropins are guarnateed to exist under a
certain hierarchy that can be dropped as-is into host configuration
directories.
2021-03-26 20:47:08 +00:00

10 lines
286 B
SYSTEMD

[Unit]
Description=Initialize Dovecot POP3/IMAP server
Wants=first-boot-complete.target mariadb-migrate@dovecot.service dovecot.service
After=mariadb-migrate@dovecot.service
Before=first-boot-complete.target dovecot.service
ConditionFirstBoot=true
[Install]
WantedBy=multi-user.target