Files
extra/dcron/dcron.run
2025-06-22 20:39:04 -05:00

4 lines
65 B
Bash

#!/bin/sh
[ -r conf ] && . ./conf
exec crond -n $DCRON_OPTS 2>&1