From: John Lin Date: Thu, 9 Nov 2017 15:12:01 +0000 (+0800) Subject: man: remove restrictions in [Install] section (#7278) X-Git-Tag: v236~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=caa45f5b4e712ae85cf3703b554bf6a61636692d;p=thirdparty%2Fsystemd.git man: remove restrictions in [Install] section (#7278) Now [Install] section also supports drop-in files. Follow-up for 142468d89508c63262dd59335ea6d4fe82267564. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 738cc4c9b31..b9991bee769 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -194,9 +194,7 @@ modify unit files. Each drop-in file must have appropriate section headers. Note that for instantiated units, this logic will first look for the instance .d/ subdirectory and read its .conf files, followed by the template - .d/ subdirectory and the .conf files there. Also note that - settings from the [Install] section are not honored in drop-in unit files, - and have no effect. + .d/ subdirectory and the .conf files there. In addition to /etc/systemd/system, the drop-in .d directories for system services can be placed in /usr/lib/systemd/system or @@ -1133,8 +1131,7 @@ systemd1 during runtime; it is used by the enable and disable commands of the systemctl1 tool during - installation of a unit. Note that settings in the [Install] section may not appear in - .d/*.conf unit file drop-ins (see above). + installation of a unit.