Skip to content

Instantly share code, notes, and snippets.

@jnials
Forked from Sean-Bradley/promtail.service
Created July 10, 2020 16:12
Show Gist options
  • Save jnials/47b36a28d8b800ff4f34bf1d04c3afd5 to your computer and use it in GitHub Desktop.
Save jnials/47b36a28d8b800ff4f34bf1d04c3afd5 to your computer and use it in GitHub Desktop.
[Unit]
Description=Promtail service
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/promtail -config.file /usr/local/bin/config-promtail.yml
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment