Skip to content

Commit

Permalink
document missing option in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Chovanec authored and mvo5 committed Jul 29, 2024
1 parent 22041c6 commit 94bd1f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,16 @@ Supported Options Reference

Automatically reboot even if users are logged in.

* `Unattended-Upgrade::Automatic-Reboot-Time` - time (default:"now")

If automatic reboot is enabled and needed, reboot at the specific
time instead of immediately.

Example - reboot at 02:00:
```
Unattended-Upgrade::Automatic-Reboot-Time "02:00";
```

* `Unattended-Upgrade::Keep-Debs-After-Install` - boolean (default:False)

Keep the downloaded deb packages after successful installs. By default
Expand Down

0 comments on commit 94bd1f1

Please sign in to comment.