1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

mkosi: use wildcard to shorten things

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-05-11 21:22:08 +02:00
parent c01f0184b9
commit fbecfbe224

View File

@ -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