From 2caca6d49a2312bffd80050ba9036cdea93b600c Mon Sep 17 00:00:00 2001 From: Ryan Faircloth <35384120+rfaircloth-splunk@users.noreply.github.com> Date: Wed, 25 Sep 2019 06:39:58 -0400 Subject: [PATCH] fix first step (#93) Fixes #92 --- docs/gettingstarted/docker-systemd-general.md | 6 ++++-- docs/gettingstarted/podman-systemd-general.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/gettingstarted/docker-systemd-general.md b/docs/gettingstarted/docker-systemd-general.md index 73c3046..5eed75d 100644 --- a/docs/gettingstarted/docker-systemd-general.md +++ b/docs/gettingstarted/docker-systemd-general.md @@ -5,9 +5,11 @@ Refer to [Getting Started](https://docs.docker.com/get-started/) # Setup -* Create a systemd unit file use to start the container with the host os. ``/lib/systemd/system/sc4s.service`` +* Create a systemd unit file use to start the container with the host os. -*NOTE*: Replace the URL and HEC tokens with the appropriate values for our environment +``sudo vi /lib/systemd/system/sc4s.service`` + +Enter insert mode and paste the following ```ini [Unit] diff --git a/docs/gettingstarted/podman-systemd-general.md b/docs/gettingstarted/podman-systemd-general.md index 65f3125..edfe47c 100644 --- a/docs/gettingstarted/podman-systemd-general.md +++ b/docs/gettingstarted/podman-systemd-general.md @@ -5,9 +5,11 @@ Refer to [Installation](https://podman.io/getting-started/installation) # Setup -* Create a systemd unit file use to start the container with the host os. ``/lib/systemd/system/sc4s.service`` +* Create a systemd unit file use to start the container with the host os. -*NOTE*: Replace the URL and HEC tokens with the appropriate values for our environment +``sudo vi /lib/systemd/system/sc4s.service`` + +Enter insert mode and paste the following ```ini [Unit]