docs: update hosts/seedbox
This commit is contained in:
parent
6abf01cb98
commit
df8126b3a5
@ -2,7 +2,7 @@
|
|||||||
title: Seedbox
|
title: Seedbox
|
||||||
description: Configuration information for the seedbox
|
description: Configuration information for the seedbox
|
||||||
published: true
|
published: true
|
||||||
date: 2021-07-17T05:34:16.189Z
|
date: 2021-07-17T18:24:05.452Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-07-17T04:24:15.927Z
|
dateCreated: 2021-07-17T04:24:15.927Z
|
||||||
@ -31,4 +31,10 @@ Partition: ID-1: / size: 100.68 GiB used: 29.11 GiB (28.9%) fs: ext4 dev: /dev/s
|
|||||||
Weather: Temperature: 16.5 C (62 F) Conditions: Few clouds Current Time: Fri 16 Jul 2021 09:24:04 PM PDT
|
Weather: Temperature: 16.5 C (62 F) Conditions: Few clouds Current Time: Fri 16 Jul 2021 09:24:04 PM PDT
|
||||||
Source: WeatherBit.io
|
Source: WeatherBit.io
|
||||||
Info: Processes: 275 Uptime: 5d 18h 39m Init: systemd runlevel: 5 Shell: bash inxi: 3.0.32
|
Info: Processes: 275 Uptime: 5d 18h 39m Init: systemd runlevel: 5 Shell: bash inxi: 3.0.32
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Graceful Reboot
|
||||||
|
1. Stop all Docker containers with `docker stop $(docker ps -aq)`.
|
||||||
|
2. Reboot the host with `sudo reboot now`.
|
||||||
|
3. When the host has finished booting, re-mount the NAS SMB share (defined in `/etc/fstab`) with `sudo mount /mnt/torrenting`.
|
||||||
|
4. Start all Docker containers with `docker start $(docker ps -aq)`.
|
Loading…
Reference in New Issue
Block a user