4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec crond -n $DCRON_OPTS 2>&1
|
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec crond -n $DCRON_OPTS 2>&1
|