13 lines
226 B
SYSTEMD
13 lines
226 B
SYSTEMD
|
[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
|