mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
mkosi: Disable systemd-timesyncd by default
It causes quite a bit of debug log noise by repeated DNS lookups so let's disable it by default to avoid log noise.
This commit is contained in:
committed by
Daan De Meyer
parent
1408505318
commit
e19e17df57
@@ -32,8 +32,8 @@ 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
|
||||
|
||||
# systemd-timesyncd is not enabled by default in the default systemd preset so enable it here instead.
|
||||
enable systemd-timesyncd.service
|
||||
# systemd-timesyncd causes quite a bit of debug log noise so let's disable it by default.
|
||||
disable systemd-timesyncd.service
|
||||
|
||||
# Enabled by default on OpenSUSE and not conditioned out in containers, so let's disable these here instead.
|
||||
disable iscsi.service
|
||||
|
Reference in New Issue
Block a user