diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-18 20:55:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-18 20:55:53 +0000 |
commit | 277cd0f3ed6b7989df3a8bc965bd7f1f7a701f96 (patch) | |
tree | a0076e14c6c7b141c26ba19f4d1e8ff75d8c96aa /package/base-files/default/etc/init.d | |
parent | 4f330ac6d98dabd3a0710918f68cfdb8bcd38d9f (diff) | |
download | upstream-277cd0f3ed6b7989df3a8bc965bd7f1f7a701f96.tar.gz upstream-277cd0f3ed6b7989df3a8bc965bd7f1f7a701f96.tar.bz2 upstream-277cd0f3ed6b7989df3a8bc965bd7f1f7a701f96.zip |
add crond init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2523 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/etc/init.d')
-rwxr-xr-x | package/base-files/default/etc/init.d/S60cron | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/default/etc/init.d/S60cron b/package/base-files/default/etc/init.d/S60cron new file mode 100755 index 0000000000..ed43e743d0 --- /dev/null +++ b/package/base-files/default/etc/init.d/S60cron @@ -0,0 +1,2 @@ +#!/bin/sh +[ -d /etc/crontabs ] && crond -c /etc/crontabs |