From f21769be84009ca6fcdbd40aa456baf27c5d6f68 Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 16 May 2024 10:57:53 +0200 Subject: [PATCH] remove output from systemd conf --- conf/systemd.service | 2 -- 1 file changed, 2 deletions(-) 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