diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index e575f6098..7c8be09fd 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -27,6 +27,10 @@ use Xconfig::card; use Xconfig::various; use modules; use Storable qw(store retrieve); +use run_program; + +# timeout runaway processes after 2mn: +run_program::set_default_timeout(2*60); my $force = member('--force', @ARGV); |