shutdown: add absolute time examples (#3011)
This commit is contained in:
@@ -17,3 +17,11 @@
|
|||||||
- Reboot in 5 minutes:
|
- Reboot in 5 minutes:
|
||||||
|
|
||||||
`shutdown -r +{{5}}`
|
`shutdown -r +{{5}}`
|
||||||
|
|
||||||
|
- Power off (halt) at 1:00 pm (Uses 24h clock):
|
||||||
|
|
||||||
|
`shutdown -h {{1300}}`
|
||||||
|
|
||||||
|
- Reboot on May 10th 2042 at 11:30 am (Input format: YYMMDDHHMM):
|
||||||
|
|
||||||
|
`shutdown -r {{4205101130}}`
|
||||||
|
Reference in New Issue
Block a user