View Revisions: Issue #743

Summary 0000743: Handle failing network connections at boot time
Revision 2016-11-04 11:35 by rijkr
Description IST: When SavaPage is started at system boot, network may not be operational, so the initial creation of tcp/ip connections to third-party services might fail.
SOLL: Wait with connecting to third-party services till network is operational.

As systemd service, savapage.service can be configured to start after network.target. As SysVinit service, according to LSB Init Standard a "Required-Start: $network" in the init.d script header should do the trick.
Revision 2016-11-04 11:13 by rijkr
Description IST: When SavaPage is started at system boot, network may not be operational, so the initial creation of tcp/ip connections to third-party services might fail.
SOLL: Wait with connecting to third-party services till network is operational.

As systemd service, savapage.service can be configured to start after network.target. As SysVinit service, according to LSB Init Standard a "Required-Start: networking" in the init.d script header should do the trick.