I have transmission set to start at boot - systemctl enable transmission( https://wiki.archlinux.org/index.php/Transmission). Result from Webmin:
$this->bbcode_second_pass_code('', '[Unit]
Description=Transmission BitTorrent Daemon
After=network.target
[Service]
Type=notify
ExecStart=/usr/bin/transmission-daemon -f --log-error
[Install]
WantedBy=multi-user.target
')
I removed the User=xxxxx since I do not have any users on this particular device ( it is actually run from root). Transmission starts, but the web page is unavailable, and the service has to be restarted to work. Has anyone encountered this and if so what is the solution.