I now got a fix. Problem is that the regular 'network' target in systemd does not define a per se on-linen working internet connection. The trick is to change the systemd configuration for transmission-daemon, open:
/etc/systemd/system/multi-user.target.wants/transmission-daemon.service Under the [Unit] section, change: After=network.target to: After=network-online.target ** Summary changed: - Incorrect start on condition in upstart script for transmission-daemon + Incorrect start on condition in systemd and upstart script for transmission-daemon ** Summary changed: - Incorrect start on condition in systemd and upstart script for transmission-daemon + Incorrect conditions in systemd and upstart script for transmission-daemon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261192 Title: Incorrect conditions in systemd and upstart script for transmission- daemon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/1261192/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
