Thanks Per for the LogLevel hint! Just tested, works. Instead of modifying /etc/systemd/user.conf I opted for creating a [email protected] dropin that overrides ExecStart, like this:
HOST:~ # cat /etc/systemd/system/[email protected]/notice.conf [Service] ExecStart= ExecStart=-/usr/lib/systemd/systemd --user --log-level=notice (that way I can just install that snippet from my own automatically installed local-workaround-systemd rpm package :) best regards Patrick _______________________________________________ Evergreen mailing list [email protected] http://lists.rosenauer.org/mailman/listinfo/evergreen
