ee27e41337
SVN-Revision: 3588
4 lines
103 B
Bash
Executable file
4 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p /var/spool/cron
|
|
ln -s /etc/crontabs /var/spool/cron/crontabs
|
|
crond -c /etc/crontabs
|