From: Daniel Kahn Gillmor Date: Mon, 5 Feb 2018 18:55:19 +0000 (-0500) Subject: systemd: drop the preset X-Git-Tag: v2.1.0~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de25e937aaa5231e0cbca83c68cc3013959ebd9e;p=thirdparty%2Fknot-resolver.git systemd: drop the preset If we only install the files in this directory, there is no need for the preset, because kresd@1.service is not enabled by default anyway. Simplify, simplify :) --- diff --git a/systemd/90-kresd.preset b/systemd/90-kresd.preset deleted file mode 100644 index 95acccf49..000000000 --- a/systemd/90-kresd.preset +++ /dev/null @@ -1,6 +0,0 @@ -# kresd is fully socket-activated, so it does not need to be enabled -# in the systemd sense (automatically started at boot). The -# associated sockets *are* enabled however, so the kresd service will -# be started as soon as anything connects to one of the listening -# sockets. -disable kresd@1.service diff --git a/systemd/README.md b/systemd/README.md index 4abf9c172..1c79bad33 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -27,8 +27,3 @@ Notes * If you're using systemd prior to version 227, use a drop-in file to change the service type to simple. See drop-in/systemd-compat.conf. - -* Distributors of systems using systemd may wish to place - ./90-kresd.preset in /lib/systemd/systemd-preset/90-kresd.preset if - they want to delay daemon launch until it is accessed. (see - systemd.preset(5)).