From f4cd7adb0fcef059bad9c995664f2540c27f6792 Mon Sep 17 00:00:00 2001 From: o2null Date: Fri, 25 Feb 2022 08:10:23 +0000 Subject: [PATCH] Update service_linux.sh --- o2server/service_linux.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/o2server/service_linux.sh b/o2server/service_linux.sh index e22a6d554e..02d9bd7a7f 100755 --- a/o2server/service_linux.sh +++ b/o2server/service_linux.sh @@ -24,8 +24,6 @@ echo "Wants=network-online.target" >>${servicePath} echo "After=network.target" >>${servicePath} echo "[Service]" >>${servicePath} echo "Type=simple" >>${servicePath} -echo "StandardOutput=null" >>${servicePath} -echo "StandardError=null" >>${servicePath} echo "ExecStart=${current_dir}/${scriptName}" >>${servicePath} echo "ExecReload=${current_dir}/restart_linux.sh" >>${servicePath} echo "ExecStop=${current_dir}/stop_linux.sh" >>${servicePath} -- GitLab