summaryrefslogtreecommitdiff
path: root/contrib/bmc-snmp-proxy.service
blob: b244b4dc49a6b4f42adcf90097598b0afc6cb810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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