summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--salt/openbook/ci/files/openbook.gentoo.systemd.debug1
-rw-r--r--salt/openbook/ci/files/openbook.gentoo.systemd.start1
2 files changed, 2 insertions, 0 deletions
diff --git a/salt/openbook/ci/files/openbook.gentoo.systemd.debug b/salt/openbook/ci/files/openbook.gentoo.systemd.debug
index 69642b7..d8ba723 100644
--- a/salt/openbook/ci/files/openbook.gentoo.systemd.debug
+++ b/salt/openbook/ci/files/openbook.gentoo.systemd.debug
@@ -5,6 +5,7 @@ After=network.target nss-lookup.target docker.target
[Service]
Type=forking
ExecStart={{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} debug
+ExecStop={{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} stop
[Install]
WantedBy=multi-user.target
diff --git a/salt/openbook/ci/files/openbook.gentoo.systemd.start b/salt/openbook/ci/files/openbook.gentoo.systemd.start
index 35f067a..a5b5948 100644
--- a/salt/openbook/ci/files/openbook.gentoo.systemd.start
+++ b/salt/openbook/ci/files/openbook.gentoo.systemd.start
@@ -5,6 +5,7 @@ After=network.target nss-lookup.target docker.target
[Service]
Type=forking
ExecStart={{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} start
+ExecStop={{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} stop
[Install]
WantedBy=multi-user.target