Skip to content

Configuring Transmission autostart

MADindustries edited this page Dec 14, 2018 · 9 revisions

SystemD

By default Transmission won't auto start with the system. If you want to make it auto start, run sudo systemctl enable transmission-daemon-redacted01 If you ran transmission_new only once, you have to run this command only once. Your subsequent instances are named transmission-daemon-redacted02, etc. Run this for each and Transmission will autostart.

Upstart

If you are using upstart to manage your transmission instances, use this command instead: sudo update-rc.d transmission-daemon-redacted01 defaults

Repeat as necessary for any other instances you may have made.