diff --git a/etc/canto-docker-initd b/etc/canto-docker-initd index a4eb8d651..a360a4b52 100755 --- a/etc/canto-docker-initd +++ b/etc/canto-docker-initd @@ -16,7 +16,7 @@ action=$1 PORT=5000 WORKERS=5 -CANTO_SPACE=/var/canto-space +CANTO_SPACE=/var/canto_space PID_PATH=import_export/canto.pid if [ -f /etc/default/canto ]; then diff --git a/etc/canto-init.d.md b/etc/canto-init.d.md index dbb701b8c..ed581c3b4 100644 --- a/etc/canto-init.d.md +++ b/etc/canto-init.d.md @@ -1,7 +1,7 @@ # Instructions for running Canto as an init script -This assumes you have an existing, initialised `canto-space` directory (at -`/var/canto-space` by default). See the +This assumes you have an existing, initialised `canto_space` directory (at +`/var/canto_space` by default). See the [main Canto documentation](https://curation.pombase.org/docs/canto_admin/installation) for details. @@ -115,7 +115,7 @@ The `canto.defaults` file allows the following variables to be configured: of your server. * `CANTO_SPACE`: the path to the base directory of the Canto application. - Defaults to `/var/canto-space`. Note that this is the path to the + Defaults to `/var/canto_space`. Note that this is the path to the containing directory for the `canto`, `data` and `import_export` directories; it is _not_ the path to the `canto` directory itself. @@ -128,7 +128,7 @@ The `canto.defaults` file allows the following variables to be configured: ## Logging and troubleshooting The service file writes output from Canto to a log file at -`/var/canto-space/canto.log`. If you are using systemd, you can also use +`/var/canto_space/canto.log`. If you are using systemd, you can also use the following command to check the service status: ```sh