Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Updated metadata.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouliane committed Mar 17, 2016
1 parent 27e57e1 commit 330f0a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
```

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 330f0a9

Please sign in to comment.