view syslog2iptables.service.rc @ 81:cc01f2caff37 stable-1-0-19

add error_log to the httpd files
author Carl Byington <carl@five-ten-sg.com>
date Sun, 11 Feb 2024 12:04:13 -0800
parents 79f310d1bc46
children
line wrap: on
line source

[Unit]
Description = Syslog to iptables dynamic firewall
After = syslog.target
After = local-fs.target
After = network.target

[Service]
Type = forking
UMask = 0022
User = root
WorkingDirectory = SYSCONFDIR
ExecStart = SBINDIR/syslog2iptables -d 3

[Install]
WantedBy = multi-user.target