init.d is the daemon launcher for the SERVER.
Process conceptual model:
# /etc/init.d/mediatexd start# /etc/init.d/mediatexd stop# /etc/init.d/mediatexd status# /etc/init.d/mediatexd reloadfrom ADMIN (see Who): start/stop the MEDIATEX daemon.
# nohup mediatexd# kill -s TERM PID# kill -s HUP PIDto SERVER (see Server): standard UNIX process management
Code: