/usr/local/elo
and the documentation goes to /usr/share/doc. The elogd startup script
will be installed at /etc/rc.d/init.d/elogd. To start the daemon, enter
-/etc/rc.d/init.d/elogd start
+/etc/rc.d/init.d/elogd start
It will listen under the port specified in /usr/local/elog/elogd.cfg
which is 8080 by default. So one can connect using any browser with the URL:
-
http://localhost:8080
+http://localhost:8080
To start the daemon automatically, enter:
chkconfig --add elogd
chkconfig --level 345 elogd on
-
+
which will start the daemon on run levels 3,4 and 5 after the next reboot.
@@ -75,6 +75,10 @@ Note that the RPM installation creates a user and group elog
which the daemon runs.
+To start the daemon on non-RedHat systems, like SuSE or Solaris, a more generic
+startup scrips has been provided by Steve Jones in the
+Contributions section.
+
Installation from the tarball: