From 4403fdf633164554d69f568f67ffdbc3b44ed967 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Tue, 11 Oct 2022 00:55:18 +0100 Subject: [PATCH] Add default/ config templates. --- templates/default/template.new | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/default/template.new b/templates/default/template.new index 383eb87..f7e9399 100644 --- a/templates/default/template.new +++ b/templates/default/template.new @@ -1,5 +1,5 @@ -# These are the common settings used in rc.d scripts, but there may be more per script. -# ENVIRONMENT=() # Extra environment passed to $EXEC. Must be an array. -# EXTRA_ARGS=() # Extra arguments passed to $EXEC. Must be an array. -# SLAY_DELAY="" # Delay between the SIGTERM and SIGKILL on a 'stop'. Default: 2s. -# RESTART_DELAY="" # Delay between stopping and starting on a 'restart'. Default: 2s. +# These are the common settings used in rc.d scripts, but there may be more per script: +# SERVICE_ENVIRONMENT=() # Extra environment passed to $SERVICE_EXEC. Must be an array. +# SERVICE_EXTRA_ARGS=() # Extra arguments passed to $SERVICE_EXEC. Must be an array. +# SLAY_DELAY="" # Delay between the SIGTERM and SIGKILL on a 'stop'. Default: 2s. +# RESTART_DELAY="" # Delay between stopping and starting on a 'restart'. Default: 2s.