1 2 3 4 5 6 7 8 9 10 11
[Unit] Description= A service to execute start diagnose-shutdown at begining of shutdown [Service] Type=idle RemainAfterExit=yes ExecStart=/usr/bin/true ExecStop=/usr/bin/start-diagnose-shutdown [Install] WantedBy=default.target