Skip to content

Commit

Permalink
doc: Correct comments in unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jul 6, 2021
1 parent a91afb5 commit eabc3dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-compose-MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- splunk-sc4s-var:/var/lib/syslog-ng
# Uncomment the following line if local disk archiving is desired
# - /opt/sc4s/archive:/var/lib/syslog-ng/archive:z
# Uncomment the following line if custom TLS certs are provided
# Map location of TLS custom TLS
# - /opt/sc4s/tls:/etc/syslog-ng/tls:z

volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-swarm-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- splunk-sc4s-var:/var/lib/syslog-ng
# Uncomment the following line if local disk archiving is desired
# - /opt/sc4s/archive:/var/lib/syslog-ng/archive:z
# Uncomment the following line if custom TLS certs are provided
# Map location of TLS custom TLS
# - /opt/sc4s/tls:/etc/syslog-ng/tls:z

volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-swarm-rhel7.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- splunk-sc4s-var:/var/lib/syslog-ng
# Uncomment the following line if local disk archiving is desired
# - /opt/sc4s/archive:/var/lib/syslog-ng/archive:z
# Uncomment the following line if custom TLS certs are provided
# Map location of TLS custom TLS
# - /opt/sc4s/tls:/etc/syslog-ng/tls:z

volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Environment="SC4S_LOCAL_MOUNT=/opt/sc4s/local:/etc/syslog-ng/conf.d/local:z"
# Optional mount point for local disk archive (EWMM output) files
Environment="SC4S_ARCHIVE_MOUNT=/opt/sc4s/archive:/var/lib/syslog-ng/archive:z"

# Uncomment the following line if custom TLS certs are provided
# Map location of TLS custom TLS
Environment="SC4S_TLS_MOUNT=/opt/sc4s/tls:/etc/syslog-ng/tls:z"

TimeoutStartSec=0
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/podman-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Environment="SC4S_LOCAL_MOUNT=/opt/sc4s/local:/etc/syslog-ng/conf.d/local:z"
# Optional mount point for local disk archive (EWMM output) files
Environment="SC4S_ARCHIVE_MOUNT=/opt/sc4s/archive:/var/lib/syslog-ng/archive:z"

# Uncomment the following line if custom TLS certs are provided
# Map location of TLS custom TLS
Environment="SC4S_TLS_MOUNT=/opt/sc4s/tls:/etc/syslog-ng/tls:z"

TimeoutStartSec=0
Expand Down

0 comments on commit eabc3dd

Please sign in to comment.