Changes

From SME Server
Jump to navigationJump to search
No change in size ,  14:21, 24 April 2016
Line 160: Line 160:     
The created init script '/etc/rc.d/init.d/rocketchat' is not aware that we use [[Software Collections]], so we have to add a directive to the init script that we do:
 
The created init script '/etc/rc.d/init.d/rocketchat' is not aware that we use [[Software Collections]], so we have to add a directive to the init script that we do:
  sed -i '25 a source /etc/profile.d/scls-nodejs010.sh' /etc/rc.d/init.d/rocketchat
+
  sed -i '26 a source /etc/profile.d/scls-nodejs010.sh' /etc/rc.d/init.d/rocketchat
    
Now we can create a link to the SME Server way of starting services automatically at boot time or manually:
 
Now we can create a link to the SME Server way of starting services automatically at boot time or manually:

Navigation menu