blob: bce97d909453eff686977ab429a4776ea35ceffb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[Unit]
Description=Prometheus exporter for openweather API
Requires=network-online.target
After=network-online.target
[Service]
User=openweather-exporter
Group=openweather-exporter
Restart=on-failure
EnvironmentFile=/etc/openweather-exporter/%i.conf
ExecStart=/usr/bin/prometheus-openweather-exporter
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=true
ProtectKernelTunables=true
[Install]
WantedBy=multi-user.target
|