coreos-home-server/config/service/prosody/systemd/prosody-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
249 B
SYSTEMD

[Unit]
Description=Initialize Prosody XMPP server
Wants=mariadb-migrate@prosody.service prosody.service
After=mariadb-migrate@prosody.service
Before=prosody.service
ConditionKernelCommandLine=ignition.firstboot
[Install]
WantedBy=multi-user.target