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:
parent
537ced93da
commit
ee690b8a09
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
**Shipped version:** 3.10.2~ynh1
|
||||
**Shipped version:** 3.10.2~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
**Version incluse:** 3.10.2~ynh1
|
||||
**Version incluse:** 3.10.2~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ User=__ADMIN__
|
|||
Group=__ADMIN__
|
||||
WorkingDirectory=/home/__ADMIN__/
|
||||
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
|
||||
StandardError=inherit
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"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"
|
||||
},
|
||||
"version": "3.10.2~ynh1",
|
||||
"version": "3.10.2~ynh2",
|
||||
"url": "https://github.com/cdr/code-server",
|
||||
"upstream": {
|
||||
"license": "mit",
|
||||
|
|
Loading…
Add table
Reference in a new issue