Skip to content

Instantly share code, notes, and snippets.

@VoidMonk
Created May 17, 2019 03:30
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 VoidMonk/5433b2a6719c1a21c9f43da02b99fd29 to your computer and use it in GitHub Desktop.
Save VoidMonk/5433b2a6719c1a21c9f43da02b99fd29 to your computer and use it in GitHub Desktop.
Systemd service file redis_exporter
[Unit]
Description=Redis Exporter
Wants=network-online.target
After=network-online.target
[Service]
User=redis_exporter
Group=redis_exporter
Type=simple
ExecStart=/usr/local/bin/redis_exporter
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment