diff --git a/wiki/hosts/seedbox.md b/wiki/hosts/seedbox.md index b945cdf7..6a915ca9 100644 --- a/wiki/hosts/seedbox.md +++ b/wiki/hosts/seedbox.md @@ -2,7 +2,7 @@ title: Seedbox description: Configuration information for the seedbox published: true -date: 2021-07-17T05:34:16.189Z +date: 2021-07-17T18:24:05.452Z tags: editor: markdown 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 Source: WeatherBit.io Info: Processes: 275 Uptime: 5d 18h 39m Init: systemd runlevel: 5 Shell: bash inxi: 3.0.32 -``` \ No newline at end of file +``` + +# 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)`. \ No newline at end of file