
The exec option (continued)


It is possible to path arguments to the exec command:

       -d                    Deletes the original file after
                             executing the command regardless if
                             the command was successful or not.
       -l                    This sets a lock so that only one
                             process can be executed at one time
                             for each file.
       -t <time in second>   If after the given timeout the
                             execution has not finished the
                             process will be killed.

For more information see:

    http://www.dwd.de/AFD/html-en/dir_config.html#exec
