Revision 690d24af
Added by Scott Ullrich over 14 years ago
etc/ecl.php | ||
---|---|---|
1 |
#!/usr/local/bin/php -q |
|
2 | 1 |
<?php |
3 | 2 |
/* |
4 | 3 |
external config loader |
etc/phpshellsessions/externalconfiglocator | ||
---|---|---|
1 |
global $config; |
|
2 |
|
|
3 |
$config = parse_config(true); |
|
4 |
|
|
5 |
require("/etc/ecl.php"); |
etc/rc | ||
---|---|---|
354 | 354 |
|
355 | 355 |
# Launch external configuration loader for supported platforms |
356 | 356 |
if [ "$PLATFORM" = "pfSense" ]; then |
357 |
/etc/ecl.php |
|
357 |
/usr/local/bin/php -q /etc/ecl.php
|
|
358 | 358 |
fi |
359 | 359 |
|
360 | 360 |
nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status |
Also available in: Unified diff
Add pfSsh.php externalconfiglocator playback script