Skip to content

Configuring Transmission autostart

MADindustries edited this page Apr 24, 2017 · 8 revisions

Upstart

By default Transmission won't auto start with the system. If you want to make it auto start, run sudo update-rc.d transmission-daemon-redacted01 defaults 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.

SystemD

If you are using systemd to manage your transmission instances, use this command instead: sudo systemctl enable transmission-daemon-redacted01 Repeat as necessary for any other instances you may have made.