diff options
Diffstat (limited to 'salt/openbook/ci/files/openbook.gentoo.systemd.debug')
| -rw-r--r-- | salt/openbook/ci/files/openbook.gentoo.systemd.debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/salt/openbook/ci/files/openbook.gentoo.systemd.debug b/salt/openbook/ci/files/openbook.gentoo.systemd.debug new file mode 100644 index 0000000..69642b7 --- /dev/null +++ b/salt/openbook/ci/files/openbook.gentoo.systemd.debug @@ -0,0 +1,10 @@ +[Unit] +Description=Openbook +After=network.target nss-lookup.target docker.target + +[Service] +Type=forking +ExecStart={{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} debug + +[Install] +WantedBy=multi-user.target |
