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 ab0e98e3ef
commit 3e9f3b8ae9

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