This unit really serves no real purpose. The utility of being able to call
"systemctl enable iptables" is questionable at best.
Given that iptables is not really a daemon but rather a kernel process, having
as single unit that persists with RemainAfterExit seems wrong as well.
Bug: https://bugs.gentoo.org/555920
Package-Manager: portage-2.3.0_p16
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
newconfd "${FILESDIR}"/ip6tables-1.4.13.confd ip6tables
fi
- systemd_dounit "${FILESDIR}"/systemd/iptables{,-{re,}store}.service
+ systemd_dounit "${FILESDIR}"/systemd/iptables-{re,}store.service
if use ipv6 ; then
- systemd_dounit "${FILESDIR}"/systemd/ip6tables{,-{re,}store}.service
+ systemd_dounit "${FILESDIR}"/systemd/ip6tables-{re,}store.service
fi
# Move important libs to /lib #332175