commit: 29c10479c5ce2eb125dd526412e33e7207844e3d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Aug 20 06:35:21 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Aug 20 06:52:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c10479
net-firewall/firewalld: remove unused file Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-firewall/firewalld/files/firewalld.service | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/net-firewall/firewalld/files/firewalld.service b/net-firewall/firewalld/files/firewalld.service deleted file mode 100644 index 708326f58fed..000000000000 --- a/net-firewall/firewalld/files/firewalld.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -Description=firewalld - dynamic firewall daemon -Before=network-pre.target -Wants=network-pre.target -After=dbus.service -After=polkit.service -Documentation=man:firewalld(1) - -[Service] -EnvironmentFile=-/etc/sysconfig/firewalld -ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS -ExecReload=/bin/kill -HUP $MAINPID -# supress to log debug and error output also to /var/log/messages -StandardOutput=null -StandardError=null -Type=dbus -BusName=org.fedoraproject.FirewallD1 -KillMode=mixed - -[Install] -WantedBy=multi-user.target -Alias=dbus-org.fedoraproject.FirewallD1.service
