Skip to content

Commit 2a00df0

Browse files
committed
changed the procps notification to reload immediatly
1 parent de5d38a commit 2a00df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ def compile_attr(prefix, v)
2626
file "/etc/sysctl.d/68-chef-attributes.conf" do
2727
content attr_txt
2828
mode "0644"
29-
notifies :start, "service[procps]"
29+
notifies :start, "service[procps]", :immediately
3030
end
3131
end
3232

3333
cookbook_file "/etc/sysctl.d/69-chef-static.conf" do
3434
ignore_failure true
3535
mode "0644"
36-
notifies :start, "service[procps]"
36+
notifies :start, "service[procps]", :immediately
3737
end
3838

3939
service "procps"

0 commit comments

Comments
 (0)