From f03299ebf341b92c3715965e5c77423cfa516ca5 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Thu, 23 Jan 2020 13:58:04 +0100 Subject: [PATCH] __service -> __start_on_boot --- cdist/conf/type/__network_interface/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__network_interface/manifest b/cdist/conf/type/__network_interface/manifest index 0fed7894..840734a4 100755 --- a/cdist/conf/type/__network_interface/manifest +++ b/cdist/conf/type/__network_interface/manifest @@ -82,5 +82,5 @@ if grep -q systemd "$__global/explorer/init"; then --owner root --group root --mode 0644 \ --source - require="__file/etc/systemd/system/network-wait-online.service" \ - __service network-wait-online --no-start + __start_on_boot network-wait-online fi