/lib/systemd/system/postsrsd.service is in postsrsd 1.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=PostSRSd Daemon
Documentation=man:postsrsd(8)
[Service]
Type=simple
Environment=SRS_DOMAIN=localhost.localdomain SRS_FORWARD_PORT=10001 SRS_REVERSE_PORT=10002 SRS_SECRET=/etc/postsrsd.secret SRS_SEPARATOR==
Environment=SRS_EXCLUDE_DOMAINS= RUN_AS=postsrsd CHROOT=/var/lib/postsrsd
EnvironmentFile=-/etc/default/postsrsd
ExecStart=/usr/sbin/postsrsd -f "${SRS_FORWARD_PORT}" -r "${SRS_REVERSE_PORT}" -d "${SRS_DOMAIN}" -s "${SRS_SECRET}" -a "${SRS_SEPARATOR}" -u "${RUN_AS}" -c "${CHROOT}" -X"${SRS_EXCLUDE_DOMAINS}"
Restart=always
[Install]
WantedBy=multi-user.target
|