Last active
September 18, 2017 17:00
-
-
Save hthighway/2184b056f879a2edbaea3ab6e25dc11f to your computer and use it in GitHub Desktop.
Cloudbox Notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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