New default/ templates.
This commit is contained in:
parent
124253e11b
commit
f17e3981e2
2 changed files with 15 additions and 0 deletions
8
templates/default/template-daemon-runuser.new
Normal file
8
templates/default/template-daemon-runuser.new
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# 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.
|
||||||
|
# SERVICE_RUNUSER="" # Username to run the service as. Default: User who starts the script.
|
||||||
|
# DAEMON_ENVIRONMENT=() # Extra environment passed to $DAEMON_EXEC. Must be an array.
|
||||||
|
# DAEMON_EXTRA_ARGS=() # Extra arguments passed to $DAEMON_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.
|
||||||
7
templates/default/template-daemon.new
Normal file
7
templates/default/template-daemon.new
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# 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.
|
||||||
|
# DAEMON_ENVIRONMENT=() # Extra environment passed to $DAEMON_EXEC. Must be an array.
|
||||||
|
# DAEMON_EXTRA_ARGS=() # Extra arguments passed to $DAEMON_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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue