diff --git a/README.md b/README.md index 61647e5..8b1023b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The default command_var variable is set to "/sbin/shutdown -ra now" which will r "datetime_end" => "2012-06-12 12:53:59", "command_var" => "/sbin/shutdown -ra now", "check_file" => "/tmp/pp.sched_runonce", + "task_timeout" => 0, } ``` @@ -50,10 +51,12 @@ The default command_var variable is set to "/sbin/shutdown -ra now" which will r - Command to execute check_file (String: default [/tmp/pp.scheduled-reboot]) - The check file that is created with Start DateTime added to the end. + task_timeout (Integer: default [0]) + - 0 has no timeout, X timeout in seconds ##License -Copyright 2015 Eric B +Copyright 2015-2016 Eric B Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/metadata.json b/metadata.json index 948de0b..6ee85cc 100644 --- a/metadata.json +++ b/metadata.json @@ -5,7 +5,7 @@ "dependencies": [], "license": "Apache-2.0", "name": "Ramorous-scheduled_runonce", - "version": "0.1.19", + "version": "0.1.20", "operatingsystem_support": [ { "operatingsystem": "RedHat",