Hello,
I had a look at the systemd servicefile provided by armv7-transmission-app-osmc and wondered if the line “ExecStartPre=/bin/sleep 10” is really necessary? Wouldn’t it be better to add “After=network.target”? Btw this is also what the original debian package does:
[Unit]
Description=Transmission BitTorrent Daemon
After=network.target
[Service]
User=debian-transmission
Type=notify
ExecStart=/usr/bin/transmission-daemon -f --log-error
ExecReload=/bin/kill -s HUP $MAINPID
[Install]
WantedBy=multi-user.target