Skip to content

Commit

Permalink
Block homed from starting in presets, disable in Chef
Browse files Browse the repository at this point in the history
Differential Revision: D58093895

fbshipit-source-id: 1079cfbbff3858c39dba2f496c2c721f23a29d81
  • Loading branch information
Cedric Van Goethem authored and facebook-github-bot committed Jun 3, 2024
1 parent 32eaf4b commit 9e171b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/fb_systemd/recipes/homed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@

service 'disable systemd-homed' do
not_if { node['fb_systemd']['homed']['enable'] }
service_name 'systemd-homed'
action [:stop, :disable]
end

0 comments on commit 9e171b3

Please sign in to comment.