Skip to content

Instantly share code, notes, and snippets.

@Sean-Bradley
Last active August 29, 2020 09:14
Show Gist options
  • Save Sean-Bradley/c7d7f68710b0ef1e05648c3bfec560fb to your computer and use it in GitHub Desktop.
Save Sean-Bradley/c7d7f68710b0ef1e05648c3bfec560fb to your computer and use it in GitHub Desktop.
[Unit]
Description=Promtail service
After=network.target
[Service]
Type=simple
User=promtail
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