archrelease: copy trunk to extra-x86_64
[arch-packages.git] / prometheus-blackbox-exporter / repos / community-x86_64 / prometheus-blackbox-exporter.service
blobb765d544da759dd07a071ce1afe7763a1ae51be6
1 [Unit]
2 Description=Prometheus blackbox Exporter
3 After=network.target
5 [Service]
6 ExecStart=/usr/bin/prometheus-blackbox-exporter --config.file="/etc/prometheus/blackbox.yml"
7 ExecReload=/bin/kill -HUP $MAINPID
8 DynamicUser=true
10 NoNewPrivileges=true
11 ProtectSystem=full
12 ProtectKernelModules=true
13 ProtectKernelTunables=true
14 PrivateTmp=true
15 LockPersonality=true
16 ProtectHostname=true
17 ProtectHome=true
18 ProtectControlGroups=true
19 PrivateDevices=true
20 PrivateUsers=true
21 RestrictRealtime=true
22 CapabilityBoundingSet=
23 MemoryDenyWriteExecute=true
25 [Install]
26 WantedBy=multi-user.target