Skip to content

Commit

Permalink
fix first step (#93)
Browse files Browse the repository at this point in the history
Fixes #92
  • Loading branch information
Ryan Faircloth authored and GitHub committed Sep 25, 2019
1 parent 6079206 commit 2caca6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/gettingstarted/docker-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 4 additions & 2 deletions docs/gettingstarted/podman-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2caca6d

Please sign in to comment.