From fafcc8ff89483e3d042d714c5c1b9dbd7cb50ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 22 Oct 2020 10:43:21 +0200 Subject: [PATCH] chg: Add missing character --- etc/systemd/system/aquarium.service.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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