Skip to content

Instantly share code, notes, and snippets.

@souvikhaldar
Last active October 26, 2019 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souvikhaldar/d4deb351336e49ce825d41ff98483587 to your computer and use it in GitHub Desktop.
Save souvikhaldar/d4deb351336e49ce825d41ff98483587 to your computer and use it in GitHub Desktop.
[Unit]
Description=Prometheus
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus --config.file=/etc/prometheus.yml
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment