add server

This commit is contained in:
onceupon 2017-01-06 12:32:31 +08:00 committed by GitHub
parent 7204588af5
commit 2bb7f437b3

View File

@ -1678,5 +1678,13 @@ jobs -l
service --status-all
```
#####schedule shutdown server
```bash
shutdown -r +5 "Server will restart in 5 minutes. Please save your work."
```
#####cancel schedule shutdown
```bash
shutdown -c
```
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-