14 lines
295 B
Desktop File
14 lines
295 B
Desktop File
[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
|