diff --git a/README.md b/README.md index e1960e8..9441120 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index a631adc..03cb2b1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/conf/systemd.service b/conf/systemd.service index c17e8a7..a5f4ec4 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/manifest.json b/manifest.json index ae3297c..52d0417 100644 --- a/manifest.json +++ b/manifest.json @@ -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",