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

4 lines
59 B
Bash

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