mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.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
|