summaryrefslogtreecommitdiff
path: root/pcr/postsrsd/postsrsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/postsrsd/postsrsd.service')
-rw-r--r--pcr/postsrsd/postsrsd.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/pcr/postsrsd/postsrsd.service b/pcr/postsrsd/postsrsd.service
deleted file mode 100644
index e72f97045..000000000
--- a/pcr/postsrsd/postsrsd.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Postfix Sender Rewriting Scheme daemon
-
-[Service]
-Type=forking
-RuntimeDirectory=postsrsd
-PIDFile=/run/postsrsd/postsrsd.pid
-Environment=SRS_DOMAIN=localhost.localdomain SRS_FORWARD_PORT=10001 SRS_REVERSE_PORT=10002 SRS_SECRET=/etc/postsrsd/postsrsd.secret \
- SRS_EXCLUDE_DOMAINS= RUN_AS=postsrsd CHROOT=/run/postsrsd
-EnvironmentFile=/etc/postsrsd/postsrsd.conf
-ExecStart=/usr/bin/postsrsd -D -4 -f${SRS_FORWARD_PORT} -r${SRS_REVERSE_PORT} -d${SRS_DOMAIN} -s${SRS_SECRET} -u${RUN_AS} \
- -c${CHROOT} -X${SRS_EXCLUDE_DOMAINS} -p/run/postsrsd/postsrsd.pid
-
-[Install]
-WantedBy=multi-user.target