From 7cb9e83c1e3f8e062fa78de5ed5ab95049525e7d Mon Sep 17 00:00:00 2001 From: naiba Date: Thu, 19 Aug 2021 14:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20=E6=94=BE=E5=AE=BD=20Agent=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BD=BF=20WebSSH=20=E6=9B=B4=E7=81=B5?= =?UTF-8?q?=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/nezha-agent.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/nezha-agent.service b/script/nezha-agent.service index e8751c6..ee2d5dc 100644 --- a/script/nezha-agent.service +++ b/script/nezha-agent.service @@ -21,10 +21,10 @@ Restart=always # Some distributions may not support these hardening directives. If you cannot start the service due # to an unknown option, comment out the ones not supported by your version of systemd. -ProtectSystem=full -PrivateDevices=yes -PrivateTmp=yes -NoNewPrivileges=true +#ProtectSystem=full +#PrivateDevices=yes +#PrivateTmp=yes +#NoNewPrivileges=true [Install] WantedBy=multi-user.target \ No newline at end of file