From 770eb859db135aa3abfe1ec66082c2deabe5a882 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 2 Feb 2022 21:13:16 -0800 Subject: [PATCH] send runit attributes --- omnibus/cookbooks/firezone/recipes/phoenix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/cookbooks/firezone/recipes/phoenix.rb b/omnibus/cookbooks/firezone/recipes/phoenix.rb index de25e862e..98a817c1c 100644 --- a/omnibus/cookbooks/firezone/recipes/phoenix.rb +++ b/omnibus/cookbooks/firezone/recipes/phoenix.rb @@ -51,7 +51,7 @@ end if node['firezone']['phoenix']['enabled'] component_runit_service 'phoenix' do - env Firezone::Config.app_env(node['firezone']) + runit_attributes(env: Firezone::Config.app_env(node['firezone'])) package 'firezone' control ['t'] action :enable