Remove collectd network-online.target dependency
dustin/metricspi/pipeline/head This commit looks good Details

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.
pull/2/head
Dustin 2022-06-27 10:32:04 -05:00
parent 52e28b6912
commit 103250acc2
1 changed files with 0 additions and 7 deletions

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