summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/kernel-panic-check/kernel-panic-check/kernel-panic-check.service
blob: afe017baf3b0357e69d4c3eb402091117bab2b71 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Check for kernel panic

[Service]
Type=oneshot
ExecStart=/usr/bin/kernel-panic-check.sh

[Install]
WantedBy=multi-user.target