chr0mag e33ca1ec58 [BOOT 5177] Simplify service filter & support multiple periods in names (#633)
* Handle service names with multiple periods

The current awk filter produces truncated output if the service
name contains multiple periods.

eg. dbus-org.freedesktop.resolve1.service and
dbus-org.freedesktop.network1.service both appear as 'dbus-org' in
the resulting service list.

This change addresses this by filtering on '.service' instead.

* Simplify systemd service filtering

Added systemctl switches to filter the output based on enabled
or running services. This removes the need for one of the awk
statements.
2019-03-07 10:10:21 +01:00
..
2019-03-04 12:33:25 +01:00
2019-03-05 19:31:36 +01:00
2016-08-13 10:48:35 +02:00
2019-03-05 19:03:44 +01:00
2019-02-28 09:51:57 +01:00
2019-03-05 19:03:44 +01:00