3 lines
57 B
Text
3 lines
57 B
Text
|
#!/bin/sh
|
||
|
[ -d /etc/crontabs ] && crond -c /etc/crontabs
|