X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fspecial.h;h=6d252e7baac7b1653e24dbbae255e90edf153564;hp=ad873a9c31f2d98b68ab9c3104c04fb4fd6d9a32;hb=6a95dff87daf899a96135c7ab87aa1b1a67f6afc;hpb=e3d84721dc9bcf9008f72dae03ff0f7842d0bb4b diff --git a/src/core/special.h b/src/core/special.h index ad873a9c3..6d252e7ba 100644 --- a/src/core/special.h +++ b/src/core/special.h @@ -55,6 +55,7 @@ #define SPECIAL_REMOTE_FS_TARGET "remote-fs.target" /* LSB's $remote_fs */ #define SPECIAL_REMOTE_FS_PRE_TARGET "remote-fs-pre.target" #define SPECIAL_SWAP_TARGET "swap.target" +#define SPECIAL_NETWORK_ONLINE_TARGET "network-online.target" #define SPECIAL_BASIC_TARGET "basic.target" /* LSB compatibility */ @@ -112,3 +113,9 @@ #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, 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"