13 lines
222 B
SYSTEMD
13 lines
222 B
SYSTEMD
|
[Unit]
|
||
|
Description=IPMI Driver
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/libexec/openipmi-helper start
|
||
|
ExecStop=/usr/libexec/openipmi-helper stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|