12 lines
221 B
Desktop File
12 lines
221 B
Desktop File
[Unit]
|
|
Description=Redis Exporter for MAAT-REDIS
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/redis_exporter -redis.addr=redis://localhost:7002 -redis-only-metrics
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|