Update vnstat to latest build and rc.
This commit is contained in:
parent
bec81c96f0
commit
419fff7a19
5 changed files with 63 additions and 35 deletions
|
|
@ -1,5 +0,0 @@
|
|||
# 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="5" # Delay between the SIGTERM and SIGKILL on a 'stop'. Default: 2s.
|
||||
# RESTART_DELAY="" # Delay between stopping and starting on a 'restart'. Default: 2s.
|
||||
5
source/vnstat/default/vnstatd.new
Normal file
5
source/vnstat/default/vnstatd.new
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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="5" # 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