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