Restarting Noodle service
- Microsoft
- sc stop noodle
- sc start noodle
- Linux like sysvinit/Upstart
- service noodle restart
- Linux like Systemd
- systemctl restart noodle
- Linux like launchd
- launchctl unload /System/Library/LaunchDaemons/noodle.plist
- launchctl load /System/Library/LaunchDaemons/noodle.plist
- Linux like SMF
- svcadm restart noodle