Changes

From SME Server
Jump to navigationJump to search
m
→‎Start at boot: add ehour as (boot) service
Line 75: Line 75:     
==Start at boot==
 
==Start at boot==
Add '/opt/ehour/ehour start' to /etc/rc.d/rc.local (This can be improved by adding ehour to runlevel 7)
+
To start eHour at boot time, enter the following (db) commands:
 +
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S92ehour
 +
chkconfig ehour on
 +
config set ehour service
 +
config setprop ehour status enabled
 +
config setprop ehour TCPPort 8000
 +
config setprop ehour access public
    
==Upgrade==
 
==Upgrade==

Navigation menu