Comment 7 for bug 1261192

Revision history for this message
Maarten Fonville (maarten-fonville) wrote : Re: Incorrect start on condition in upstart script for transmission-daemon

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