X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fspecial.h;h=6d252e7baac7b1653e24dbbae255e90edf153564;hb=6a95dff87daf899a96135c7ab87aa1b1a67f6afc;hp=e183056a208ff0d242701bcca637da0321a8bad5;hpb=a016b9228f338cb9b380ce7e00826ef462767d98;p=elogind.git diff --git a/src/core/special.h b/src/core/special.h index e183056a2..6d252e7ba 100644 --- a/src/core/special.h +++ b/src/core/special.h @@ -114,5 +114,8 @@ #define SPECIAL_RUNLEVEL4_TARGET "runlevel4.target" #define SPECIAL_RUNLEVEL5_TARGET "runlevel5.target" -/* Where we add all our system units by default */ +/* Where we add all our system units, users and machines by default */ #define SPECIAL_SYSTEM_SLICE "system.slice" +#define SPECIAL_USER_SLICE "user.slice" +#define SPECIAL_MACHINE_SLICE "machine.slice" +#define SPECIAL_ROOT_SLICE "-.slice"