瀏覽代碼

& is not required for systemd

z3APA3A 5 年之前
父節點
當前提交
07603ceea7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/3proxy.service

+ 1 - 1
scripts/3proxy.service

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