Files
scylladb/dist/common/systemd/node-exporter.service
Amnon Heiman 1bd50789e0 node-exporter service: No need to run as scylla user
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>
2016-10-11 12:44:27 +03:00

10 lines
127 B
Desktop File

[Unit]
Description=Node Exporter
[Service]
Type=simple
ExecStart=/usr/bin/node_exporter
[Install]
WantedBy=multi-user.target