aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/edac-utils/files/edac.service
blob: f6b211e91b3a54ebe3246225e1db99912ab7ca75 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Initialize EDAC Drivers For Machine Hardware

[Service]
Type=oneshot
ExecStart=@SBINDIR@/edac-ctl --register-labels
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target