Start, Stop, and Restart Hue
Use the following commands to start, stop, and restart hue.
To start Hue, run the following command on the Hue server:
/etc/init.d/hue start
To stop Hue, run the following command on the Hue server:
/etc/init.d/hue stop
If you make changes to /etc/hue/conf/hue.ini you need to restart Hue.
To restart Hue, run the following command on the Hue server:
/etc/init.d/hue restart