isamplesorg / isamples_docker

Location to store resources needed to build iSamples Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systemctl stop not working

datadavev opened this issue · comments

Issuing a stop is not working on henry.

sudo systemctl stop isb_opencontext

The service remains running

Turns out to be a parameter ordering issue. Instead of:

ExecStop=/usr/bin/docker compose down -p isamples_docker_opencontext

it should be

ExecStop=/usr/bin/docker compose -p isamples_docker_opencontext down

Only affected henry, fix deployed.