heistp / irtt

Isochronous Round-Trip Tester
GNU General Public License v2.0
185 stars 23 forks source link

Add system service file for binding the server to a specific interface #9

Closed tohojo closed 6 years ago

tohojo commented 6 years ago

This adds another systemd unit file that binds an irtt instance to a specific interface. The unit file depends on the interface device unit, so it won't be started until the interface is available.

Also adds Restart=on-failure to the other service file.

Signed-off-by: Toke Høiland-Jørgensen toke@toke.dk