From 07603ceea7904479b158c6d800034d405f31540d Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Tue, 1 Dec 2020 11:19:43 +0300 Subject: [PATCH] & is not required for systemd --- scripts/3proxy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/3proxy.service b/scripts/3proxy.service index 1665c24..a31d0fd 100644 --- a/scripts/3proxy.service +++ b/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