Skip to content

systemd: drop WantedBy directive from kresd.service

Daniel Kahn Gillmor requested to merge dkg/resolver:fix-systemd-service into master

Since kresd is socket-activated, there is no need for the WantedBy directive in the .service file itself. As long as the .socket files are installed, the service will run when it is used.

Merge request reports