Skip to content

Instantly share code, notes, and snippets.

@hthighway
Last active September 18, 2017 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hthighway/2184b056f879a2edbaea3ab6e25dc11f to your computer and use it in GitHub Desktop.
Save hthighway/2184b056f879a2edbaea3ab6e25dc11f to your computer and use it in GitHub Desktop.
Cloudbox Notes
STOP: docker stop $(docker ps -aq)
START (no Watchtower): docker start $(comm -13 <(docker ps -a -q --filter="name=watchtower" | sort) <(docker ps -a -q | sort))
STOP & DISABLE unionfs_cleaner.service
STOP & DISABLE unionfs.service
STOP plexdrive & rclonemount services
sudo cp ~/service.bak/plexdrive.service /etc/systemd/system/
cp /opt/plexdrive/plexdrive-latest /opt/plexdrive/plexdrive
cp /opt/rclone/rclone-beta /opt/rclone/rclone
sudo systemctl daemon-reload
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment