From 00c575e4de198bcdb970ad47a92dcf55084e2ffd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 28 Jul 2026 22:03:47 +0100 Subject: [PATCH] Correct boolean constant --- cookbooks/tilelog/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index de8932698..b99765434 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -97,5 +97,5 @@ systemd_service "ofastlylog-hourly" do exec_start "/usr/local/bin/ofastlylog-hourly" nice 10 sandbox :enable_network => true - protect_home True + protect_home true end -- 2.47.3