For security reason, we should run node-exporter.service as scylla user, instead of root. Fixes #1968 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1483543419-16541-1-git-send-email-syuu@scylladb.com>
12 lines
152 B
Desktop File
12 lines
152 B
Desktop File
[Unit]
|
|
Description=Node Exporter
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=scylla
|
|
Group=scylla
|
|
ExecStart=/usr/bin/node_exporter
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|