summaryrefslogtreecommitdiff
path: root/src/basic/special.h
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2019-11-04 18:29:55 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-07 08:34:53 +0100
commit3e1db806b0c18fd6138886ce67fac2655f09caef (patch)
tree0591ac7ab4d6261cb2690fe8b4aa17333442180d /src/basic/special.h
parent8069017a0f5845ea3e6987e29f98546cdd34b24e (diff)
downloadsystemd-3e1db806b0c18fd6138886ce67fac2655f09caef.tar.gz
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.
Diffstat (limited to 'src/basic/special.h')
-rw-r--r--src/basic/special.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/special.h b/src/basic/special.h
index 6475501078..add1c1d507 100644
--- a/src/basic/special.h
+++ b/src/basic/special.h
@@ -105,7 +105,3 @@
/* The root directory. */
#define SPECIAL_ROOT_MOUNT "-.mount"
-
-/* Used to apply settings to all services through drop-ins.
- * Should not exist as an actual service. */
-#define SPECIAL_ROOT_SERVICE "-.service"