mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
5f41912690
OpenIPMI is an effort to create a full-function IPMI system to allow full access to all IPMI information on a server and to abstract it to a level that will make it easy to use. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
226 B
Desktop File
13 lines
226 B
Desktop File
[Unit]
|
|
Description=IPMI Driver
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=@LIBEXECDIR@/openipmi-helper start
|
|
ExecStop=@LIBEXECDIR@/openipmi-helper stop-all
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|