Update torrenting setup
This commit is contained in:
parent
f25677c353
commit
9fbc1fa8de
2
.config/stig/rc
Normal file
2
.config/stig/rc
Normal file
@ -0,0 +1,2 @@
|
||||
# Host that runs Transmission daemon
|
||||
set connect.host 192.168.1.200
|
@ -2,7 +2,4 @@
|
||||
|
||||
# Add torrent to downloading queue.
|
||||
|
||||
pidof transmission-daemon >/dev/null || \
|
||||
(transmission-daemon && notify-send "Starting transmission daemon...")
|
||||
|
||||
transmission-remote -a "$@" && notify-send " Torrent added."
|
||||
transmission-remote 192.168.1.200 -a "$@" && notify-send " Torrent added."
|
||||
|
Loading…
x
Reference in New Issue
Block a user