Skip to content

Commit

Permalink
Create redis_exporter.service
Browse files Browse the repository at this point in the history
  • Loading branch information
tainguyenbp authored Mar 12, 2021
1 parent 3c7d4c4 commit 60127bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions prometheus/redis_exporter.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Unit]
Description=Redis Exporter Metrics Monitors
Wants=network-online.target
After=network-online.target

[Service]

Type=simple

User=redis_exporter
Group=redis_exporter

ExecStart=/etc/redis_exporter/redis_exporter

[Install]
WantedBy=multi-user.target

0 comments on commit 60127bb

Please sign in to comment.