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

Use login shell

This commit is contained in:
Jules Bertholet 2021-06-12 12:18:04 -04:00
parent 537ced93da
commit ee690b8a09
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Run VS Code on your server and access it in the browser Run VS Code on your server and access it in the browser
**Shipped version:** 3.10.2~ynh1 **Shipped version:** 3.10.2~ynh2

View file

@ -13,7 +13,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur
**Version incluse:** 3.10.2~ynh1 **Version incluse:** 3.10.2~ynh2

View file

@ -8,7 +8,7 @@ User=__ADMIN__
Group=__ADMIN__ Group=__ADMIN__
WorkingDirectory=/home/__ADMIN__/ WorkingDirectory=/home/__ADMIN__/
EnvironmentFile=__FINALPATH__/code-server.env EnvironmentFile=__FINALPATH__/code-server.env
ExecStart=__FINALPATH__/release-standalone/bin/code-server --config __FINALPATH__/config.yaml ExecStart=/usr/bin/env bash -l -c "__FINALPATH__/release-standalone/bin/code-server --config __FINALPATH__/config.yaml"
StandardOutput=append:/var/log/__APP__/__APP__.log StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit StandardError=inherit

View file

@ -6,7 +6,7 @@
"en": "Run VS Code on your server and access it in the browser", "en": "Run VS Code on your server and access it in the browser",
"fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" "fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur"
}, },
"version": "3.10.2~ynh1", "version": "3.10.2~ynh2",
"url": "https://github.com/cdr/code-server", "url": "https://github.com/cdr/code-server",
"upstream": { "upstream": {
"license": "mit", "license": "mit",