bin/contrib/tcp80: do not set $USER; clarify comments.

This commit is contained in:
Stanley Lieber 2020-06-12 19:31:44 -04:00
parent 0ca2db0d7f
commit 5e591403da

View file

@ -1,6 +1,4 @@
#!/bin/rc #!/bin/rc
# For use with listen(8). # For use with listen(8).
# Change rc-httpd path to match your system. # Change paths to match your system.
# Change /var/log/www to location of logfile.
USER=_rc-httpd
exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd