diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-01-28 03:05:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-01-28 03:05:07 +0000 |
commit | 1d1dfa64f27d2e338ab0e7d70933f2b91a67c5f2 (patch) | |
tree | 8daae2cc08169aff48f81e1e12efe062a794d7d1 /etc/rc | |
parent | b7f435012837f8c2017119b9823e8566b671313c (diff) | |
download | pfsense-1d1dfa64f27d2e338ab0e7d70933f2b91a67c5f2.zip pfsense-1d1dfa64f27d2e338ab0e7d70933f2b91a67c5f2.tar.gz |
Startup cron correctly
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ echo -n "Launching PHP init system..." /etc/rc.bootup echo -n "Starting CRON... " -/usr/sbin/cron 2>>/tmp/bootup_messages +cd /tmp && /usr/sbin/cron -s echo "done." # Start packages |