annotate dnsbl.service.rc @ 459:e2c09e0c4784

Added tag stable-6-0-73 for changeset 6c1c2bd9fb54
author Carl Byington <carl@five-ten-sg.com>
date Tue, 18 Sep 2018 09:52:56 -0700
parents 5380552644e2
children 419564449cea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
370
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
1 [Unit]
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
2 Description = Sendmail milter for spam control
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
3 Wants = sendmail.service
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
4 After = syslog.target
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
5 After = local-fs.target
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
6 After = network.target
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
7 Before = sendmail.service
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
8
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
9 [Service]
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
10 Type = forking
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
11 UMask = 0022
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
12 User = dnsbl
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
13 WorkingDirectory = SYSCONFDIR/dnsbl
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
14 ExecStart = SBINDIR/dnsbl -d 10 -b /var/dcc/dccifd -r /var/run/dnsbl/dnsbl.resolver.sock -p local:/var/run/dnsbl/dnsbl.sock
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
15
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
16 [Install]
5380552644e2 RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
17 WantedBy = multi-user.target