mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
& is not required for systemd
This commit is contained in:
parent
e3e6f5b3dc
commit
cb9931fe11
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user