1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00

Merge pull request #91 from YunoHost-Apps/remove-StandardOutput-and-StandardError

remove output from systemd conf
This commit is contained in:
eric_G 2024-07-21 13:00:30 +02:00 committed by GitHub
commit d5ac3a8054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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