From e4be9d4d5a24b23b4043703ac17a6d1e46155c72 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 2 Apr 2014 04:28:33 +0200 Subject: make collectd wait for network to initialize --- .../root-image/etc/systemd/system/collectd.service.d/wait.service | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 filehooker/root-image/etc/systemd/system/collectd.service.d/wait.service diff --git a/filehooker/root-image/etc/systemd/system/collectd.service.d/wait.service b/filehooker/root-image/etc/systemd/system/collectd.service.d/wait.service new file mode 100644 index 00000000..45a9b4c8 --- /dev/null +++ b/filehooker/root-image/etc/systemd/system/collectd.service.d/wait.service @@ -0,0 +1,2 @@ +[service] +ExecStartPre=/usr/bin/sleep 20 -- cgit v1.2.3