Closes https://bugzilla.redhat.com/show_bug.cgi?id=626891 and duplicate https://bugs.freedesktop.org/show_bug.cgi?id=29916. --- src/systemctl.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/systemctl.c b/src/systemctl.c index 0832dfa..3c4dc91 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -4761,6 +4761,8 @@ static int systemctl_main(DBusConnection *bus, int argc, char *argv[], DBusError assert(argv); assert(error); + arg_full = !on_tty(); + left = argc - optind; if (left <= 0) -- 1.7.1 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel