How to startup nis service in background and on reboot

Im not sure if I did it right, need an advice

I’ve put
@reboot /var/www/nem/nis-ncc/nisStart.sh

to my crontab, to start NIS server on startup. Will it work that way?

And how do I start NIS server from current session on background?

Ive tried the following, but it doesnt work
nohup /var/www/nem/nis-ncc/nisStart.sh & disown

thanks

check out section 1.5 of this tutorial. NEM Supernode Command Line Tutorial for Debian 8.4

The tutorial is for supernode users, but a supernode is just NIS at the end of the day, so this should help you too.