~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to src/core/special.h

Tags: upstream-202
ImportĀ upstreamĀ versionĀ 202

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
/* Early boot targets */
47
47
#define SPECIAL_SYSINIT_TARGET "sysinit.target"
48
48
#define SPECIAL_SOCKETS_TARGET "sockets.target"
 
49
#define SPECIAL_TIMERS_TARGET "timers.target"
 
50
#define SPECIAL_PATHS_TARGET "paths.target"
49
51
#define SPECIAL_LOCAL_FS_TARGET "local-fs.target"
50
52
#define SPECIAL_LOCAL_FS_PRE_TARGET "local-fs-pre.target"
 
53
#define SPECIAL_INITRD_FS_TARGET "initrd-fs.target"
 
54
#define SPECIAL_INITRD_ROOT_FS_TARGET "initrd-root-fs.target"
51
55
#define SPECIAL_REMOTE_FS_TARGET "remote-fs.target"       /* LSB's $remote_fs */
52
56
#define SPECIAL_REMOTE_FS_PRE_TARGET "remote-fs-pre.target"
53
57
#define SPECIAL_SWAP_TARGET "swap.target"
 
58
#define SPECIAL_NETWORK_ONLINE_TARGET "network-online.target"
54
59
#define SPECIAL_BASIC_TARGET "basic.target"
55
60
 
56
61
/* LSB compatibility */