summaryrefslogtreecommitdiff
path: root/src/core/special.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/special.h')
-rw-r--r--src/core/special.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/special.h b/src/core/special.h
index a9b50bce05..e183056a20 100644
--- a/src/core/special.h
+++ b/src/core/special.h
@@ -113,3 +113,6 @@
#define SPECIAL_RUNLEVEL3_TARGET "runlevel3.target"
#define SPECIAL_RUNLEVEL4_TARGET "runlevel4.target"
#define SPECIAL_RUNLEVEL5_TARGET "runlevel5.target"
+
+/* Where we add all our system units by default */
+#define SPECIAL_SYSTEM_SLICE "system.slice"