Comment 13 for bug 1579905

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Fix is to assure via systemd that cups-browsed is never running without CUPS running, especially to let cups-browsed always shut down before CUPS.

This can be reached by adding the line

Requires=cups.service

to the [Unit] section of

/lib/systemd/system/cups-browsed.service

and then to run

sudo systemctl daemon-reload

to make the change already working in the current session.

Please test.