You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.