summaryrefslogtreecommitdiff
path: root/contrib/exchange-bmc-os-info.service.redhat
blob: 100493b3b10487dc4733cc5d803f030f250ab250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Exchange Information between BMC and OS
After=ipmi.service network.target
Requires=ipmi.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/libexec/exchange-bmc-os-info start
ExecStop=/usr/libexec/exchange-bmc-os-info stop

[Install]
WantedBy=multi-user.target