summaryrefslogtreecommitdiff
path: root/whatmaps/systemd.py
Commit message (Collapse)AuthorAge
* The usual 2to3 string encoding madnessGuido Günther2016-02-24
|
* Don't print overly long error message In the systemd caseGuido Günther2015-06-29
| | | | | So far we dumped the whole output of the status command. Only dump the pats we actually looked at.
* Fix service name parsing for systemd >= 215Guido Günther2014-12-28
| | | | | | | | | | | Newer systemd put a colored bullet point '●' in front of the service name output: # sudo systemctl status 971 ● libvirtd.service - Virtualization daemon ... Skip that.
* Add systemd supportGuido Günther2014-07-11