]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
systemd: drop the preset
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 5 Feb 2018 18:55:19 +0000 (13:55 -0500)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 16 Feb 2018 09:40:41 +0000 (10:40 +0100)
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 :)

systemd/90-kresd.preset [deleted file]
systemd/README.md

diff --git a/systemd/90-kresd.preset b/systemd/90-kresd.preset
deleted file mode 100644 (file)
index 95acccf..0000000
+++ /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
index 4abf9c1725a7d4fd8855e13a857f0d91b7ef6a0f..1c79bad337734f495e915394aed2509bc687f0b7 100644 (file)
@@ -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)).