mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
mkosi: use wildcard to shorten things
This commit is contained in:
@@ -19,10 +19,9 @@ enable dbus-broker.service
|
||||
enable systemd-networkd.service
|
||||
enable systemd-networkd-wait-online.service
|
||||
|
||||
# We install dnf in some images but it's only going to be used rarely to install extra packages so let's not
|
||||
# have dnf create its cache.
|
||||
disable dnf-makecache.timer
|
||||
disable dnf-makecache.service
|
||||
# We install dnf in some images but it's only going to be used rarely,
|
||||
# so let's not have dnf create its cache.
|
||||
disable dnf-makecache.*
|
||||
|
||||
# We have journald to receive audit data so let's make sure we're not running auditd as well
|
||||
disable auditd.service
|
||||
|
||||
Reference in New Issue
Block a user