Browse Source

Fix typo in systemd service

tags/1.3
Oxan van Leeuwen 9 years ago
parent
commit
e69a69c6ef
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      init/postsrsd.systemd.in

+ 2
- 2
init/postsrsd.systemd.in View File

@@ -4,8 +4,8 @@ After=network.target
4 4
 
5 5
 [Service]
6 6
 Type=simple
7
-Environment SRS_DOMAIN=localhost.localdomain
8
-Environment SRS_EXCLUDE_DOMAINS=
7
+Environment=SRS_DOMAIN=localhost.localdomain
8
+Environment=SRS_EXCLUDE_DOMAINS=
9 9
 EnvironmentFile=@CONFIG_DIR@/@PROJECT_NAME@
10 10
 ExecStart=@CMAKE_INSTALL_PREFIX@/sbin/@POSTSRSD@ -f${SRS_FORWARD_PORT} -r${SRS_REVERSE_PORT} -d${SRS_DOMAIN} -s${SRS_SECRET} -u${RUN_AS} -c${CHROOT} -X${SRS_EXCLUDE_DOMAINS}
11 11
 Restart=always

Loading…
Cancel
Save