Post
Topic
Board Altcoin Discussion
Re: A Basic Guide/Tutorial for Creating DNS Seeders
by
CubitDev
on 25/09/2018, 22:40:41 UTC
Can anyone tell me how to run dns seeder as service on ubuntu? I want to be sure that my dns seeder is automatically running after server reboot

crontab is your friend  Wink

sudo crontab -e # You're starting the seeder as root

Then add the line : @reboot // [-]

That should do it.