annotate dnsbl.service.rc @ 471:419564449cea stable-6-0-77

change paths from /var/run/dnsbl to /run/dnsbl
author Carl Byington <carl@five-ten-sg.com>
date Wed, 16 Dec 2020 13:34:55 -0800
parents 5380552644e2
children
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
471
419564449cea change paths from /var/run/dnsbl to /run/dnsbl
Carl Byington <carl@five-ten-sg.com>
parents: 370
diff changeset
14 ExecStart = SBINDIR/dnsbl -d 10 -b /var/dcc/dccifd -r /run/dnsbl/dnsbl.resolver.sock -p local:/run/dnsbl/dnsbl.sock
370
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