From 6bb5146263258551b337c7c35b59a0951b3d264d Mon Sep 17 00:00:00 2001 From: Markus Fensterer Date: Wed, 10 Jun 2020 16:29:08 +0200 Subject: [PATCH] fix: droptailer.service systemd dependency - with the new firewall-controller this must be the depenency --- internal/netconf/testdata/droptailer.service | 2 +- internal/netconf/tpl/droptailer.service.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/netconf/testdata/droptailer.service b/internal/netconf/testdata/droptailer.service index 29b455c..1c8b53a 100644 --- a/internal/netconf/testdata/droptailer.service +++ b/internal/netconf/testdata/droptailer.service @@ -15,4 +15,4 @@ Restart=always RestartSec=10 [Install] -WantedBy=firewall-policy-controller.service +WantedBy=firewall-controller.service diff --git a/internal/netconf/tpl/droptailer.service.tpl b/internal/netconf/tpl/droptailer.service.tpl index 0e97738..2754395 100644 --- a/internal/netconf/tpl/droptailer.service.tpl +++ b/internal/netconf/tpl/droptailer.service.tpl @@ -15,4 +15,4 @@ Restart=always RestartSec=10 [Install] -WantedBy=firewall-policy-controller.service +WantedBy=firewall-controller.service