diff --git a/etc/systemd/system/aquarium.service.sample b/etc/systemd/system/aquarium.service.sample index 554fcb66..7d203c98 100644 --- a/etc/systemd/system/aquarium.service.sample +++ b/etc/systemd/system/aquarium.service.sample @@ -8,7 +8,7 @@ User= Group= Type=forking RemainAfterExit=true -WorkingDirectory=path to the directory where you installed aquarium> +WorkingDirectory= ExecStart=/usr/bin/docker-compose up -d --remove-orphans ExecStop=/usr/bin/docker-compose down