From b37e172a44261cca9e3b44b3b23fbd134aaab34e Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 6 Mar 2018 19:50:01 -0700 Subject: Support pure systemd hosts Issue: IS-75 --- salt/openbook/ci/files/openbook.gentoo.systemd.debug | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 salt/openbook/ci/files/openbook.gentoo.systemd.debug (limited to 'salt/openbook/ci/files/openbook.gentoo.systemd.debug') 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 -- cgit v1.3