]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: systemd - re-add modified README
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 8 Feb 2019 14:44:21 +0000 (15:44 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:25 +0000 (10:43 +0100)
systemd/README.rst [new file with mode: 0644]

diff --git a/systemd/README.rst b/systemd/README.rst
new file mode 100644 (file)
index 0000000..547d5b4
--- /dev/null
@@ -0,0 +1,9 @@
+Notes for packagers
+-------------------
+
+*  kresd.target should be enabled by default by linking it to systemd lib/
+   directory. Instances of kresd@.service are then added manually to
+   kresd.target when the user enables them.
+*  Distributions using systemd-sysv-generator should mask kresd.service to
+   be consistent with other distributions. Any use of kresd.service instead of
+   kresd@N.service is discouraged to avoid confusing the users.