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]