diff options
author | PMR <pmr@pmr-lander> | 2020-09-14 07:36:15 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-09-14 07:36:15 +0000 |
commit | eeea3b9285f2e3566536f9f578a6321c69ae4484 (patch) | |
tree | 05cea372db7605c69cbf1e51237ad6ae1cc46e43 /units | |
parent | d61e14170e5330d9b2e6366f675a1abbb613c990 (diff) | |
parent | 10a5beb2ddac5a49e9468408cc2d4b7e12625397 (diff) |
Merge #390510 from ~bladernr/plainbox-provider-checkbox:1895048-fail-on-carrier-disconnected
Diffstat (limited to 'units')
-rw-r--r-- | units/ethernet/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu index 36c25f4..69e7760 100644 --- a/units/ethernet/jobs.pxu +++ b/units/ethernet/jobs.pxu @@ -32,7 +32,7 @@ id: ethernet/info_automated_server requires: device.category == 'NETWORK' user: root -command: network_device_info.py info NETWORK --no-nm +command: network_device_info.py info NETWORK --no-nm --fail-on-disconnected estimated_duration: 2.0 _summary: Provide information about detected ethernet devices |