Remove collectd network-online.target dependency
All checks were successful
dustin/metricspi/pipeline/head This commit looks good

Now that *dhcpcd.service* and *dhcpcd-wait-online.service* correctly
activate *network.target* and *network-online.target*, respectively, the
hack to fix the  *collectd* *wait_prometheus* plugin binding to the TCP
socket is no longer needed.
This commit is contained in:
2022-06-27 10:32:04 -05:00
parent 52e28b6912
commit 103250acc2

View File

@@ -1,7 +0,0 @@
[Unit]
# If collectd starts before eth0 is "UP," it will fail to bind to the TCP
# socket for Prometheus:
#
# write_prometheus plugin: Opening a listening socket for [::]:9103 failed.
After=network-online.target
Wants=network-online.target