File: postsrsd.systemd.in

package info (click to toggle)
postsrsd 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 163
  • sloc: ansic: 1,462; sh: 204; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (2)
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=@SYSCONF_DIR@/@PROJECT_NAME@.secret SRS_SEPARATOR==
Environment=SRS_EXCLUDE_DOMAINS= RUN_AS=postsrsd CHROOT=@CHROOT_DIR@
EnvironmentFile=-@CONFIG_DIR@/@PROJECT_NAME@
ExecStart=@CMAKE_INSTALL_PREFIX@/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