/usr/share/dx/samples/outboard/async.mdf is in dxsamples 4.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # A module which requests to be rerun after a delay.
# It causes a new execution if system is in execute-on-change mode.
# Otherwise, it runs at next execute-once.
MODULE Async
CATEGORY Special
DESCRIPTION This module requests to be rerun after a delay.
FLAGS ASYNC PERSISTENT
OUTBOARD async
INPUT seconds; integer; 20; seconds until next run
OUTPUT seconds; integer; delay time used
|