Skip to content

Instantly share code, notes, and snippets.

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