]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: change top-level drop-in from -.service.d to service.d
authorAnita Zhang <the.anitazha@gmail.com>
Tue, 5 Nov 2019 02:29:55 +0000 (18:29 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Nov 2019 07:34:53 +0000 (08:34 +0100)
commit3e1db806b0c18fd6138886ce67fac2655f09caef
tree0591ac7ab4d6261cb2690fe8b4aa17333442180d
parent8069017a0f5845ea3e6987e29f98546cdd34b24e
core: change top-level drop-in from -.service.d to service.d

Discussed in #13743, the -.service semantic conflicts with the
existing root mount and slice names, making this feature not
uniformly extensible to all types. Change the name to be
<type>.d instead.

Updating to this format also extends the top-level dropin to
unit types.
NEWS
man/systemd.service.xml
man/systemd.special.xml
man/systemd.unit.xml
src/basic/special.h
src/basic/unit-name.c
src/basic/unit-name.h
src/core/service.c
src/shared/dropin.c
src/test/test-unit-name.c
test/TEST-15-DROPIN/test-dropin.sh