1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

mkosi: Mask mdmonitor and isc-dhcp-server services

They always fail and do not ship with proper units so we can't
disable them with presets so we mask them instead.
This commit is contained in:
Daan De Meyer 2024-05-14 09:11:51 +02:00
parent f2c6afa6c0
commit 8e8a1b832d

View File

@ -40,6 +40,9 @@ KernelCommandLine=systemd.crash_shell
panic=-1 panic=-1
softlockup_panic=1 softlockup_panic=1
panic_on_warn=1 panic_on_warn=1
# These don't ship proper units with [Install] directives so we have to mask them instead.
systemd.mask=isc-dhcp-server.service
systemd.mask=mdmonitor.service
[Host] [Host]
Credentials=journal.storage=persistent Credentials=journal.storage=persistent