Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create xlxd.service and improve systemd integration #243

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

fabianfrz
Copy link

@fabianfrz fabianfrz commented May 14, 2024

run xlxd as xlxd user (needed to be created manually)
also add a task to keep the node alive (xlxapi)

alternative to #195

fabianfrz added 2 commits May 14, 2024 22:02
run xlxd as xlxd user (needed to be created manually)
@fabianfrz fabianfrz mentioned this pull request May 14, 2024
@fabianfrz fabianfrz changed the title Create xlxd.service Create xlxd.service and improve systemd integratoin Jul 19, 2024
@fabianfrz fabianfrz changed the title Create xlxd.service and improve systemd integratoin Create xlxd.service and improve systemd integration Jul 19, 2024
ambed/cvocodecs.cpp Outdated Show resolved Hide resolved
ambed/makefile Outdated Show resolved Hide resolved
@DcnPat
Copy link

DcnPat commented Sep 7, 2024

run xlxd as xlxd user (needed to be created manually) also add a task to keep the node alive (xlxapi)

alternative to #195

I suggest the unit files for xlxd.service and ambed.service have "Requires=network-online.target" otherwise xlxd will fail to start because the network interface is not configured with an ip address.

@fabianfrz
Copy link
Author

fabianfrz commented Sep 11, 2024

@DcnPat It already contains After=network.target - I guess that this should be enough. I would also appreciate it, if the project maintainers would react on this at some point.

@DcnPat
Copy link

DcnPat commented Sep 11, 2024 via email

@fabianfrz
Copy link
Author

Checked that the target exists, so we can add this directive to the server. You comment sounds like you deployed my changes on your server. How are they doing so far?

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