Skip to content

Commit 8e8a1b8

Browse files
committed
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.
1 parent f2c6afa commit 8e8a1b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkosi.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ KernelCommandLine=systemd.crash_shell
4040
panic=-1
4141
softlockup_panic=1
4242
panic_on_warn=1
43+
# These don't ship proper units with [Install] directives so we have to mask them instead.
44+
systemd.mask=isc-dhcp-server.service
45+
systemd.mask=mdmonitor.service
4346

4447
[Host]
4548
Credentials=journal.storage=persistent

0 commit comments

Comments
 (0)