LL_Runit_Scripts/sv/cron/run
AwesomeAdam54321 95c8ddd0e6 Added cron
2021-06-07 02:58:02 +02:00

3 lines
93 B
Bash

#!/bin/sh
[ -r /etc/default/cron ] && . /etc/default/cron
exec /usr/sbin/cron -f $EXTRA_OPTS