diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-08 21:34:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-08 21:39:01 +0200 |
commit | b4f10a5e8956d26f0bc6b9aef12846b57caee08b (patch) | |
tree | 48af50f3539c90a2877a33c731a4ef73be831fae /Makefile.am | |
parent | bc8c2f5c549084df93c061b061f1e5b0d9d7046c (diff) |
install: various improvements
Rename --start to --realize, to make things less confusing when doing
"systemctl stop --realize foo.service".
Introduce --realize=reload.
Don't talk to systemd when run within a chroot, or when systemd isn't
running.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index debe475967..52339718a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -503,7 +503,8 @@ systemd_notify_LDADD = \ systemd_install_SOURCES = \ src/install.c \ src/path-lookup.c \ - src/dbus-common.c + src/dbus-common.c \ + src/sd-daemon.c systemd_install_LDADD = \ libsystemd-basic.la \ |