From 66fe6d4169f63ae0d162de251d1c74a08139fa9a Mon Sep 17 00:00:00 2001 From: DenizUgur Date: Wed, 15 Feb 2023 09:49:08 -0800 Subject: [PATCH] remove onActiveSec --- Library/Homebrew/service.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/service.rb b/Library/Homebrew/service.rb index e4211ed3f7..bb42b51bec 100644 --- a/Library/Homebrew/service.rb +++ b/Library/Homebrew/service.rb @@ -486,7 +486,6 @@ module Homebrew instance_eval(&@service_block) options = [] options << "Persistent=true" if @run_type == RUN_TYPE_CRON - options << "OnActiveSec=0s" if @run_at_load == true options << "OnUnitActiveSec=#{@interval}" if @run_type == RUN_TYPE_INTERVAL if @run_type == RUN_TYPE_CRON