P910nd print server problem

Hi
p910nd print server stops by itself. Is there a command to start this service periodically?

/etc/init.d/p910nd start

Ideally find out why it's stopping!

Otherwise, edit the /etc/init.d/p910nd and set it to respawn infinitely with third parameter set to 0. See procd init script parameters on the wiki.

procd_set_param respawn 3600 5 0

1 Like