keepalived/systemd-after-snmp.patch
Tomáš Chvátal 61c35f327e Accepting request 694860 from home:darix:branches:network
- added systemd-after-snmp.patch:
  If you want to use the snmp support the masterx socket needs be
  available otherwise the snmp support is broken
  strictly speaking we would need to use BindsTo= here but that
  would require that add a Requires for net-snmp to the keepalived
  package. to be discussed.

- update to 2.0.15

OBS-URL: https://build.opensuse.org/request/show/694860
OBS-URL: https://build.opensuse.org/package/show/network/keepalived?expand=0&rev=56
2019-04-18 07:39:18 +00:00

15 lines
518 B
Diff

Index: keepalived-2.0.15/keepalived/keepalived.service.in
===================================================================
--- keepalived-2.0.15.orig/keepalived/keepalived.service.in
+++ keepalived-2.0.15/keepalived/keepalived.service.in
@@ -1,7 +1,7 @@
[Unit]
Description=LVS and VRRP High Availability Monitor
-After= network-online.target syslog.target
-Wants=network-online.target
+After= network-online.target syslog.target snmpd.service
+Wants=network-online.target snmpd.service
[Service]
Type=forking