Skip to content

Conversation

@GrandadEvans
Copy link

The link to UDPxy in the configuration.md file is incorrect

The link to UDPxy in the configuration.md file is incorrect
@devrimerduman
Copy link

the is a issue;
after reboot the lxc on proxmox. the service is not startting. error: no interfaces had joined to group

I fixed like that:
systemctl enable --now threadfin

systemctl edit threadfin
Paste those lines:
[Unit]
After=network-online.target
Wants=network-online.target

[Service]
Restart=always
RestartSec=5

after that:
systemctl daemon-reload
systemctl restart threadfin
systemctl status threadfin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants