mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08: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:
parent
f2c6afa6c0
commit
8e8a1b832d
@ -40,6 +40,9 @@ KernelCommandLine=systemd.crash_shell
|
||||
panic=-1
|
||||
softlockup_panic=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]
|
||||
Credentials=journal.storage=persistent
|
||||
|
Loading…
Reference in New Issue
Block a user