NethServer Version: 7.5.1804
Module: Hylafax
I’ve got a Nethserver setup with two serial (RS232) external modems attached via serial ports (ttyS0 and ttyS1). I’m able to enable fax receiving through 1 of the modems at a time, currently ttyS0, and am able to receive faxes.
It looks like the GUI only enables a single instance of the faxgetty service, what is the best way to run an additional faxgetty for the second modem? Hylafax documentation mentions using inittab, however it seems that wouldn’t work since Nethserver uses systemd.
Simply running faxgetty ttyS1 in a terminal allows the second modem to start receiving faxes, however that only works as long as the terminal is open, and it would be nice to have something persist through reboots.
Any input would be appreciated!