| # PostSRSd systemd service file
|
| # Copyright 2022-2023 Timo Röhling
|
| # SPDX-License-Identifier: FSFUL
|
| #
|
| # The copyright holder gives unlimited permission to copy, distribute and modify
|
| # this file.
|
|
|
| [Unit]
|
| Description=Sender Rewriting Scheme daemon for Postfix
|
| Before=postfix.service
|
| After=network.target
|
|
|
| [Service]
|
| ExecStart=/usr/sbin/postsrsd -C /etc/postsrsd.conf
|
|
|
| [Install]
|
| WantedBy=multi-user.target
|