mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
the node-exporter does not need to run as scylla user. It can run without scylla or without the scylla user being configure. Signed-off-by: Amnon Heiman <amnon@scylladb.com>
10 lines
127 B
Desktop File
10 lines
127 B
Desktop File
[Unit]
|
|
Description=Node Exporter
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/node_exporter
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|