forked from pool/OpenIPMI
Move to systemd OBS-URL: https://build.opensuse.org/request/show/258381 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=21
13 lines
214 B
Desktop File
13 lines
214 B
Desktop File
[Unit]
|
|
Description=IPMI Driver
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/openipmi-helper start
|
|
ExecStop=/usr/lib/openipmi-helper stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|