[packages/nftables] ensure systemd service is started after conntrackd; rel 2

atler atler at pld-linux.org
Sun Apr 18 13:22:14 CEST 2021


commit 56ced40b9f5f1620a9f4a95f27476c49e220d966
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Apr 18 13:21:33 2021 +0200

    ensure systemd service is started after conntrackd; rel 2

 nftables.service | 1 +
 nftables.spec    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/nftables.spec b/nftables.spec
index ce0e617..347bc6e 100644
--- a/nftables.spec
+++ b/nftables.spec
@@ -6,7 +6,7 @@ Summary:	Administration tool for packet filtering and classification
 Summary(pl.UTF-8):	Narzędzie administracyjne do filtrowania i klasyfikacji pakietów
 Name:		nftables
 Version:	0.9.8
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/Networking
 Source0:	https://netfilter.org/projects/nftables/files/%{name}-%{version}.tar.bz2
diff --git a/nftables.service b/nftables.service
index dfc4fb0..5ae0c8c 100644
--- a/nftables.service
+++ b/nftables.service
@@ -3,6 +3,7 @@ Description=Netfilter Tables
 Documentation=man:nft(8)
 Wants=network-pre.target
 Before=network-pre.target
+After=conntrackd.service
 
 [Service]
 Type=oneshot
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nftables.git/commitdiff/b48b78d1712e73c662716e40f2fa66c7afc16cf3



More information about the pld-cvs-commit mailing list