summaryrefslogtreecommitdiff
path: root/sys-apps/edac-utils/files/edac.service
blob: b94a4b6b5443e48c13db6c34df0527da725be288 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Initialize EDAC Drivers For Machine Hardware

[Service]
Type=oneshot
ExecStart=/usr/sbin/edac-ctl --register-labels
ExecStop=/usr/sbin/edac-ctl --unload
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target