aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/rc.h b/src/rc.h
index e86531c9..b6c8cdb1 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -135,10 +135,11 @@ void rc_free_deptree (rc_depinfo_t *deptree);
typedef enum
{
rc_hook_runlevel_stop_in = 1,
- rc_hook_runlevel_stop_out,
- rc_hook_runlevel_start_in,
- rc_hook_runlevel_start_out,
- rc_hook_service_stop_in,
+ rc_hook_runlevel_stop_out = 4,
+ rc_hook_runlevel_start_in = 5,
+ rc_hook_runlevel_start_out = 8,
+ /* We reserved a few numbers if we need rc_runlevel_stop_now and done */
+ rc_hook_service_stop_in = 101,
rc_hook_service_stop_now,
rc_hook_service_stop_done,
rc_hook_service_stop_out,