diff options
author | Tails developers <tails@boum.org> | 2012-10-23 18:21:36 +0200 |
---|---|---|
committer | Tails developers <tails@boum.org> | 2012-11-03 18:36:22 +0100 |
commit | 204da7cc372cc5760316abaef6caa878da658cb2 (patch) | |
tree | ca07708d180466e3bee4e1dd832e120316ef7ec3 /templates | |
parent | 6be8b31c98cbc5a7f63ce6dec831bc0214e2b288 (diff) |
Have inoticoming perform an initial search of the directory
If inoticoming is not started while new packages are added to the incoming
directory, those packages would not have been processed straight away.
So, instead of waiting for a subsequent package upload, let's just have
inoticoming perform an initial run on startup.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inoticoming.default.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/inoticoming.default.erb b/templates/inoticoming.default.erb index b78a12d..a298a16 100644 --- a/templates/inoticoming.default.erb +++ b/templates/inoticoming.default.erb @@ -13,7 +13,7 @@ LOGFILE="/var/log/incoming.log" # first search the directory for files already existing # 0 for false, 1 for true -INITIALSEARCH=0 +INITIALSEARCH=1 # directory to monitor DIR=<%= @basedir %>/incoming |