Windows
- The Windows installer will make a service automatically for you.
Linux
- The Linux installer defaults to not adding a Noodle service.
- Systemd:
- cp /opt/Noodle/noodle.service /lib/systemd/system/
- systemctl enable noodle
- init
- cp /opt/noodle/noodle.daemon /etc/init.d/noodle
- Enable the service:
- debian: update-rc.d noodle defaults
- red hat: chkconfig --add noodle;chkconfig noodle on;