Re: [systemd-devel] [PATCH] systemctl: add command default-target

2013-05-21 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 17, 2013 at 03:14:15PM +0200, Vaclav Pavlin wrote: > From: Václav Pavlín > > systemctl default-target NAME will set the default target. > If the NAME is not specified, the default target is printed out. Hi, this departs from current command structure in systemctl, where there are alwa

[systemd-devel] [PATCH] systemctl: add command default-target

2013-05-17 Thread Vaclav Pavlin
From: Václav Pavlín systemctl default-target NAME will set the default target. If the NAME is not specified, the default target is printed out. --- man/systemctl.xml | 11 ++ shell-completion/bash/systemctl | 4 ++ src/core/dbus-manager.c | 15 +++- src/shared/inst