Advertisement

Tutorial:How start Xtream-UI services automatically after reboot

Tutorial:How start Xtream-UI services automatically after reboot -How to start Xtream-UIservices after reboot?

-this is for both main server and lb servers.
-you can do this for rest of your servers.



-Open rc.local file

sudo nano /etc/rc.local

-Copy and paste this

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/home/xtreamcodes/iptv_xtream_codes/start_services.sh

exit 0



-Save it with ctrl+o and exit with ctrl+x

sudo chmod +x /etc/rc.local



Xtream-UI,iptv panel,

Post a Comment

0 Comments