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