]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic: Define macros for special user slices
authorBenjamin Berg <bberg@redhat.com>
Tue, 28 Jul 2020 17:12:39 +0000 (19:12 +0200)
committerBenjamin Berg <bberg@redhat.com>
Fri, 23 Oct 2020 07:58:41 +0000 (09:58 +0200)
src/basic/special.h

index 19ee30cd412cc7c915ae327c8735c3c93ee3b0c3..ccf9d50f10d48023708468d69b10ae3f81b36392 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"