summaryrefslogtreecommitdiff
path: root/salt
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2018-03-09 17:05:44 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2018-03-09 17:05:44 -0700
commit04701f89f68e59b2b97b91375bfd8cf3bfbaf0e3 (patch)
treec047674b913c23398c39b28b3be15d4469871a9a /salt
parentf656dcccf2965b2836abf292073b791e754a7ce4 (diff)
ExecStop missing from openbook systemd script
Issue: IS-79
Diffstat (limited to 'salt')
-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