diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 20:01:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 20:01:01 +0200 |
commit | 2cb1a60d14f869023652482a380ca7b659dcf78f (patch) | |
tree | 735765c04ca08385bbea73687e9257288295fd9e /Makefile.am | |
parent | 629c210d3f080854d2d90386f9da1423e53e114e (diff) |
init: call telinit in case we are run as init and not pid1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0e7c489ca0..76662b1826 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ AM_CPPFLAGS = \ -DSESSION_DATA_UNIT_PATH=\"$(sessionunitdir)\" \ -DCGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \ -DSYSTEMD_BINARY_PATH=\"$(rootbindir)/systemd\" \ + -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \ -I $(top_srcdir)/src rootbin_PROGRAMS = \ |