diff --git a/omnibus/cookbooks/firezone/recipes/phoenix.rb b/omnibus/cookbooks/firezone/recipes/phoenix.rb index 98a817c1c..4c070365b 100644 --- a/omnibus/cookbooks/firezone/recipes/phoenix.rb +++ b/omnibus/cookbooks/firezone/recipes/phoenix.rb @@ -51,7 +51,10 @@ end if node['firezone']['phoenix']['enabled'] component_runit_service 'phoenix' do - runit_attributes(env: Firezone::Config.app_env(node['firezone'])) + runit_attributes( + env: Firezone::Config.app_env(node['firezone']), + finish: true + ) package 'firezone' control ['t'] action :enable