Rename a load of template files to .new.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-08 16:31:01 +01:00
commit cd91ff8758
9 changed files with 0 additions and 0 deletions

View file

@ -0,0 +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.