diff --git a/conf/systemd.service b/conf/systemd.service index 7b3da1d..e500e8a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,8 +9,6 @@ Group=__ADMIN__ WorkingDirectory=/home/__ADMIN__ EnvironmentFile=__INSTALL_DIR__/code-server.env ExecStart=__INSTALL_DIR__/bin/code-server --config __INSTALL_DIR__/config.yaml -StandardOutput=append:/var/log/__APP__/__ADMIN__.log -StandardError=inherit # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these