mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-01 00:19:22 +01:00
7 lines
235 B
Bash
Executable File
7 lines
235 B
Bash
Executable File
#!/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
|