OpenIPMI/ipmi.service
Jan Safranek fc0f23c58f Added systemd unit file.
Resolves: #820125
2012-05-09 14:19:03 +02:00

13 lines
222 B
Desktop File

[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