From: Tomas Krizek Date: Fri, 8 Feb 2019 14:44:21 +0000 (+0100) Subject: meson: systemd - re-add modified README X-Git-Tag: v4.0.0~24^2~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abbf62c2f16d24197fd18fc67f1e1ff9edcdafea;p=thirdparty%2Fknot-resolver.git meson: systemd - re-add modified README --- diff --git a/systemd/README.rst b/systemd/README.rst new file mode 100644 index 000000000..547d5b42c --- /dev/null +++ b/systemd/README.rst @@ -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.