Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 929 Bytes

ISSUES.md

File metadata and controls

38 lines (29 loc) · 929 Bytes
[Unit]
Description=firewalld - dynamic firewall daemon
Before=network-pre.target
Wants=network-pre.target
After=dbus.service
After=polkit.service
Conflicts=iptables.service ip6tables.service ebtables.service ipset.service nftables.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

https://systemd-devel.freedesktop.narkive.com/dpY7US7K/a-little-help-with-mainpid-please

OpenHaus relevant/verbesserung?!


Use husky for git hooks?

https://www.npmjs.com/package/husky https://typicode.github.io/husky/