diff options
Diffstat (limited to 'salt/openbook/ci/files/openbook.gentoo.systemd.debug')
| -rw-r--r-- | salt/openbook/ci/files/openbook.gentoo.systemd.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/salt/openbook/ci/files/openbook.gentoo.systemd.debug b/salt/openbook/ci/files/openbook.gentoo.systemd.debug index d8ba723..4f7c903 100644 --- a/salt/openbook/ci/files/openbook.gentoo.systemd.debug +++ b/salt/openbook/ci/files/openbook.gentoo.systemd.debug @@ -3,7 +3,8 @@ Description=Openbook After=network.target nss-lookup.target docker.target [Service] -Type=forking +Type=oneshot +RemainAfterExit=true ExecStart={{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} debug ExecStop={{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} stop |
