summarylogtreecommitdiffstats
path: root/fping-exporter.service
blob: 03076704c80e0679c1d8ae82882009aed1028136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=fping-exporter
After=network.target

[Service]
Type=simple
EnvironmentFile=/etc/default/fping-exporter
ExecStart=/usr/bin/fping-exporter $(FPING_EXPORTER_OPTIONS)
Restart=always

[Install]
WantedBy=default.target