chiark / gitweb /
systemctl: allow status with no units
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Feb 2013 21:55:24 +0000 (16:55 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 Feb 2013 14:53:49 +0000 (09:53 -0500)
commit265a7a2a604a9cf92e8aa167ed48afb78e6602ea
tree19b546f91335df8f161e49fc93576a515d3f45bd
parent9d246da3c630559924a0262769c8493fa22c7acc
systemctl: allow status with no units

This makes 'status' behave like 'list-units':
systemctl status -> status of all units
systemctl -t error status -> status of error units
systemctl -t mount status -> etc.
man/systemctl.xml
src/systemctl/systemctl.c