]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/special.h
Merge pull request #16603 from benzea/benzea/special-app-slice
[thirdparty/systemd.git] / src / basic / special.h
index b602bb097cb4ba1d07b1d841379c27c5fb166120..d55b3289dee184ae97f9e4002e826706c53f6fc3 100644 (file)
 
 /* The root directory. */
 #define SPECIAL_ROOT_MOUNT "-.mount"
+
+/* Special slices valid for the user instance */
+#define SPECIAL_SESSION_SLICE "session.slice"
+#define SPECIAL_APP_SLICE "app.slice"
+#define SPECIAL_BACKGROUND_SLICE "background.slice"