blob: 6c55b198933496a74c1915e9d4af8b607c527bb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[Unit]
Description=prometheus-remo-exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/prometheus-remo-exporter
EnvironmentFile=/etc/conf.d/prometheus-remo-exporter
User=nobody
Group=nobody
ProtectSystem=strict
PrivateDevices=yes
ProtectControlGroups=yes
ProtectKernelTunables=yes
ProtectHome=tmpfs
TemporaryFileSystem=/:ro
[Install]
WantedBy=multi-user.service
# vim: ft=systemd
|