From a439273b37b50d309fa187c95b762c5a93bcd990 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Thu, 3 Feb 2022 14:54:13 -0800 Subject: [PATCH] finish script --- omnibus/cookbooks/firezone/recipes/phoenix.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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