From caa45f5b4e712ae85cf3703b554bf6a61636692d Mon Sep 17 00:00:00 2001 From: John Lin Date: Thu, 9 Nov 2017 23:12:01 +0800 Subject: [PATCH] man: remove restrictions in [Install] section (#7278) Now [Install] section also supports drop-in files. Follow-up for 142468d89508c63262dd59335ea6d4fe82267564. --- man/systemd.unit.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 738cc4c..b9991be 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. -- 2.7.4