33 lines
743 B
Desktop File
33 lines
743 B
Desktop File
[Unit]
|
|
Description=Prometheus exporter for Ruckus Unleashed Wifi metrics
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
DynamicUser=yes
|
|
User=prometheus-ruckus-exporter
|
|
Restart=on-failure
|
|
EnvironmentFile=-/etc/default/prometheus-ruckus-exporter
|
|
ExecStart=/usr/local/sbin/prometheus-ruckus-exporter
|
|
|
|
LockPersonality=yes
|
|
MemoryDenyWriteExecute=yes
|
|
NoNewPrivileges=true
|
|
PrivateDevices=yes
|
|
PrivateTmp=disconnected
|
|
PrivateUsers=yes
|
|
ProcSubset=pid
|
|
ProtectClock=yes
|
|
ProtectControlGroups=strict
|
|
ProtectHome=yes
|
|
ProtectHostname=yes
|
|
ProtectKernelLogs=yes
|
|
ProtectKernelModules=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectProc=invisible
|
|
ProtectSystem=strict
|
|
RestrictNamespaces=yes
|
|
RestrictRealtime=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|