diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-03-09 17:05:44 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-03-09 17:05:44 -0700 |
| commit | 04701f89f68e59b2b97b91375bfd8cf3bfbaf0e3 (patch) | |
| tree | c047674b913c23398c39b28b3be15d4469871a9a /salt/openbook/ci/files/openbook.gentoo.systemd.start | |
| parent | f656dcccf2965b2836abf292073b791e754a7ce4 (diff) | |
ExecStop missing from openbook systemd script
Issue: IS-79
Diffstat (limited to 'salt/openbook/ci/files/openbook.gentoo.systemd.start')
| -rw-r--r-- | salt/openbook/ci/files/openbook.gentoo.systemd.start | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
