├── .SRCINFO ├── LICENSE.md ├── PKGBUILD ├── README.md ├── analyze-shutdown ├── diagnose.shutdown ├── shutdown-diagnose.service └── start-diagnose-shutdown /.SRCINFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/.SRCINFO -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/README.md -------------------------------------------------------------------------------- /analyze-shutdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/analyze-shutdown -------------------------------------------------------------------------------- /diagnose.shutdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/diagnose.shutdown -------------------------------------------------------------------------------- /shutdown-diagnose.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/shutdown-diagnose.service -------------------------------------------------------------------------------- /start-diagnose-shutdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farseerfc/systemd-shutdown-diagnose/HEAD/start-diagnose-shutdown --------------------------------------------------------------------------------