Post
Topic
Board Альтернативные криптовалюты
Re: [NXT] Nxt crypto - немного инфы, и самих NXT.
by
abctc
on 16/01/2016, 17:25:55 UTC
А как можно авто старт nxt сделать у меня debian 7  свой сервак
- вот ещё один сопосб автостарта советуют в хорошем руководстве по установке Nxt-сервера на PaspPi2:

Quote
Auto startup

An easy way automatically start the Nxt server at boot is with the cron task scheduler. You need to add an entry specifying @reboot and run your startup commands there:

crontab -e

Code:
@reboot sleep 30 && cd /home/pi/nxt && ./run.sh

In this example the Nxt server will startup on boot after a 30 second delay.