summarylogtreecommitdiffstats
path: root/shutdown-diagnose.service
blob: fef096532ea4ddb661ca8dff5eec78aa6c2a35c8 (plain)
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