mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-05 09:43:00 +01:00
fix #8, oneliner/start-transmission-daemon.bash is simpler than I thought
This commit is contained in:
parent
107fbf1f38
commit
be80560c5e
6
bash/oneliner/start-transmission-daemon.bash
Normal file
6
bash/oneliner/start-transmission-daemon.bash
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# A simple script to start Transmission-daemon with a reasonable config
|
||||||
|
# flags, which are mostly self-explanatory so I won't bother documenting
|
||||||
|
|
||||||
|
transmission-daemon "$@" --encryption-required --dht --utp --paused
|
Loading…
Reference in New Issue
Block a user