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