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

sudo crontab -e # You're starting the seeder as root
Then add the line : @reboot /
/ [-]
That should do it.