Skip to content

Commit

Permalink
Unit file dependencies/gomplate version (#214)
Browse files Browse the repository at this point in the history
* Change unit file dependencies (Wants/After)
* Correct gomplate version check
  • Loading branch information
mbonsack authored and Ryan Faircloth committed Dec 2, 2019
1 parent 639f502 commit 7b428b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted/byoe-rhel7.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sudo cp -R etc/* /opt/syslog-ng/etc/
```bash
sudo curl -o /usr/local/bin/gomplate -sSL https://github.com/hairyhenderson/gomplate/releases/download/v3.5.0/gomplate_linux-amd64
sudo chmod 755 /usr/local/bin/gomplate
gomplate --help
gomplate --version
```

* Install the latest python
Expand Down
4 changes: 2 additions & 2 deletions docs/gettingstarted/podman-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Refer to [Installation](https://podman.io/getting-started/installation)
```ini
[Unit]
Description=SC4S Container
After=network.service
Requires=network.service
Wants=network.target network-online.target
After=network.target network-online.target

[Service]
Environment="SC4S_IMAGE=splunk/scs:latest"
Expand Down

0 comments on commit 7b428b1

Please sign in to comment.