mirror of
https://github.com/systemd/systemd.git
synced 2024-12-12 19:53:55 +08:00
mkosi: Disable iscsi service and socket
We'll always start these on demand in integration tests that need them. No need to start them by default.
This commit is contained in:
parent
3c367df7c6
commit
14aea4a9f5
@ -34,3 +34,7 @@ enable systemd-timesyncd.service
|
||||
|
||||
# Skipped if selinux is not enabled, required for TEST-06-SELINUX.
|
||||
enable autorelabel.service
|
||||
|
||||
# Enabled by default on OpenSUSE and not conditioned out in containers, so let's disable these here instead.
|
||||
disable iscsi.service
|
||||
disable iscsid.socket
|
||||
|
Loading…
Reference in New Issue
Block a user