Browse Source

& is not required for systemd

z3APA3A 5 years ago
parent
commit
cb9931fe11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/3proxy.service

+ 1 - 1
scripts/3proxy.service

@@ -5,7 +5,7 @@ After=network.target
 
 
 [Service]
 [Service]
 Environment=CONFIGFILE=/etc/3proxy/3proxy.cfg
 Environment=CONFIGFILE=/etc/3proxy/3proxy.cfg
-ExecStart=/bin/3proxy ${CONFIGFILE} &
+ExecStart=/bin/3proxy ${CONFIGFILE}
 ExecReload=/bin/kill -SIGUSR1 $MAINPID
 ExecReload=/bin/kill -SIGUSR1 $MAINPID
 KillMode=process
 KillMode=process
 Restart=on-failure
 Restart=on-failure