Skip to content

Fix using correct log level by using systemd unit

Patrick Häcker requested to merge pat/libkscreen:add_systemd_unit into master

When kscreen_backend is started by D-Bus activation, the Journal does not use the correct log levels, but instead all logs are output at priority warning.

Therefore, do the D-Bus activation with a systemd unit file, so that log levels keep their intended priority.

This has the additional benefit of moving kscreen_backend from app.slice to background.slice.

BUG: 444084

Merge request reports