update 20160602

This commit is contained in:
stubbfel
2016-06-02 22:35:22 +02:00
parent 7e38f51896
commit 784c32a214
5 changed files with 127 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
for service in `journalctl -b | grep quick | grep "\.service" | cut -d ' ' -f 6 | cut -d ':' -f 1 | sort | uniq`; do systemctl status $service; done > reason.txt