This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout
-
EnvironmentFile=-/etc/conf.d/prometheus-wireguard-exporter
-
ExecStart=/usr/bin/prometheus-wireguard-exporter $WIREGUARD_EXPORTER_ARGS
-
Group=wireguard_exporter
-
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectProc
Introduced in systemd 247=noaccess -
ProtectSystem
Introduced in systemd 214=strict -
RemoveIPC
Introduced in systemd 232=yes -
Restart=on-failure
-
Type=simple
-
UMask=077
-
User=wireguard_exporter
-
-
[Unit]
-
After=network-online.target
-
Description=Prometheus WireGuard Exporter
-
Wants=network-online.target
-
Additionnal notes
Nothing here.