You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- [Unit]
- Description=PostSRSd Daemon
-
- [Service]
- Type=simple
- Environment=SRS_DOMAIN=localhost.localdomain
- Environment=SRS_EXCLUDE_DOMAINS=
- 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
|