mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
In FHS 3.0, /var/run is replaced by /run: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html
19 lines
357 B
Desktop File
19 lines
357 B
Desktop File
[Unit]
|
|
Description=Setup SNMP proxy to BMC
|
|
|
|
After=exchange-bmc-os-info.service
|
|
Requires=exchange-bmc-os-info.service
|
|
PartOf=exchange-bmc-os-info.service
|
|
|
|
ConditionPathExists=/run/bmc-info
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/libexec/bmc-snmp-proxy start
|
|
ExecStop=/usr/libexec/bmc-snmp-proxy stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|