diff --git a/datamover/dist/etc/service.properties b/datamover/dist/etc/service.properties index 9572855df20b6554cd208131766d8f0dc9ff301b..b87fe7d79f7fdd0e7c4b1924b6af76eb7124c739 100644 --- a/datamover/dist/etc/service.properties +++ b/datamover/dist/etc/service.properties @@ -35,4 +35,6 @@ prefix-for-incoming = %t_ # manual-intervention-regex = <regex of paths that need manual intervention, default prefix-for-incoming corresponds to '[0-9]{14}_'> # treat-incoming-as-remote = <true or false, when switched on, than incoming directory is treated as remote> # extra-copy-dir = <path to a directory. If specified, a copy of incoming data will be made there> -# prefix-for-incoming = prefix that is put in front of every incoming data directory, %t will be replaced with time stamp \ No newline at end of file +# prefix-for-incoming = prefix that is put in front of every incoming data directory, %t will be replaced with time stamp +# data-completed-script = script executed to check whether incoming data are complete or not +# data-completed-script-timeout = time out for data completed script if it doesn't stop