5 lines
192 B
Bash
Executable file
5 lines
192 B
Bash
Executable file
#!/bin/rc
|
|
# For use with listen(8).
|
|
# Change rc-httpd path to match your system.
|
|
# Change /dev/null to location of logfile.
|
|
exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/dev/null
|