#--------------------------------------------------------------------------- # /usr/lib/systemd/system/iptables.service - service unit # # Creation: 2024-12-19 hbfl # Last Update: $Id$ # # Copyright (c) 2011-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------- [Unit] Description=Iptables Packet Filtering Framework After=network.target Before=ppp.service [Service] Type=oneshot ExecStart=/usr/libexec/routing/routing start ExecStop=/usr/libexec/routing/routing stop RemainAfterExit=yes [Install] WantedBy=multi-user.target