diff --git a/conf/systemd.service b/conf/systemd.service index 18b5ea1..3830ab8 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,7 +6,7 @@ After=syslog.target network.target Type=simple User=__APP__ Group=__APP__ -WorkingDirectory=__INSTALL_DIR__/ +WorkingDirectory=__INSTALL_DIR__/dist #Environment=ETHERPAD_PRODUCTION=true Environment="NODE_ENV=production" #Environment="__YNH_NODE_LOAD_PATH__" diff --git a/manifest.toml b/manifest.toml index dd65f7f..f97c1f1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,7 +13,7 @@ maintainers = ["eric_G"] license = "Apache-2.0" website = "https://etherpad.org/" demo = "https://video.etherpad.com/" -admindoc = "http://etherpad.org/doc/v1.9.3" +admindoc = "http://etherpad.org/doc/v2.0.1" code = "https://github.com/ether/etherpad-lite" [integration]