rspamd: Don't use Notify=true

RSpamd doesn't have `systemd-notify` support, so we're forced to use
plain ol' conmon notify support instead.
This commit is contained in:
Alex Palaistras 2023-08-11 21:13:03 +01:00
parent 8daef2903a
commit f367141361

View File

@ -8,7 +8,6 @@ ContainerName=%N
EnvironmentFile=%E/coreos-home-server/%N/%N.env
Image=localhost/%N:latest
Network=internal
Notify=true
Volume=%N:/var/lib/%N:z
[Service]