Explorar o código

debian: postinst: enable netfilter-persistent service

HW42 %!s(int64=9) %!d(string=hai) anos
pai
achega
de53e1d0bb
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      debian/qubes-core-agent.postinst

+ 2 - 3
debian/qubes-core-agent.postinst

@@ -317,13 +317,12 @@ case "${1}" in
 
         # Enable other systemd units
         enableSystemdUnits \
-            rsyslog.service
+            rsyslog.service \
+            netfilter-persistent.service
 
         # XXX: TODO: Needs to be implemented still
         # These do not exist on debian; maybe a different package name
-        #    iptables.service \
         #    ntpd.service \
-        #    ip6tables.service \
         ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)