Mercurial > syslog2iptables
comparison syslog2iptables.service.rc @ 71:79f310d1bc46
RHEL7 systemd and /var/run on tmpfs
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 09 Feb 2017 12:44:31 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
70:e841d8422b74 | 71:79f310d1bc46 |
---|---|
1 [Unit] | |
2 Description = Syslog to iptables dynamic firewall | |
3 After = syslog.target | |
4 After = local-fs.target | |
5 After = network.target | |
6 | |
7 [Service] | |
8 Type = forking | |
9 UMask = 0022 | |
10 User = root | |
11 WorkingDirectory = SYSCONFDIR | |
12 ExecStart = SBINDIR/syslog2iptables -d 3 | |
13 | |
14 [Install] | |
15 WantedBy = multi-user.target |