Last active
September 30, 2017 18:52
-
-
Save skyway22/f8ded667a304dd239b992b4217344a7d to your computer and use it in GitHub Desktop.
Osmc stuff
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
directory = /mnt/wd/movies | |
session = /home/rock64/.rtorrent/.session | |
# Close torrents when diskspace is low. | |
schedule = low_diskspace,5,60,close_low_diskspace=20240M | |
port_range = 51413-51413 | |
port_random = no | |
encryption = allow_incoming,enable_retry,prefer_plaintext | |
peer_exchange = no | |
dht = disable | |
scgi_port = 127.0.0.1:5000 | |
pieces.memory.max.set = 1050M | |
download_rate = 10240 | |
upload_rate = 10240 | |
max_downloads_global = 2 | |
max_uploads_global = 10 | |
# Periodically save session data | |
schedule = session_save,240,300,session_save= |
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
*/15 * * * * /usr/bin/python -c "import sys; sys.path.append('/home/osmc/projects/lcd/ciputils/'); from sysutils import check_hdd_state; check_hdd_state()" | |
@reboot sleep 10; /usr/bin/screen -dmS lcd sudo python /home/osmc/projects/lcd/mydisplay.py | |
@reboot /usr/bin/tmux new -d -s irssi /usr/bin/irssi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment