-
Notifications
You must be signed in to change notification settings - Fork 11
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
Help with cargo build with systemd support #76
Comments
What does the unit file look like? |
I've used the one from the resources so:
|
I don't know anything about Copr but looking here: This needs to be a capital F: |
Thanks for your quick answer! |
Hm, I'm not sure then. Perhaps there's some kind of IO error when satellite tries to communicate with systemd - there's no kind of error handling for that currently... |
I see, thanks a lot for your help and this awesome tool |
I just pushed a change to log whether or not the systemd notification was successful, may be useful for you. |
I'll look into it, thanks! |
Hey,
I'm trying to add this program to the Fedora Copr, so it's easier to install.
I've recently added the systemd unit in the package, and added the systemd feature to the cargo build. But the xwayland-satellite service fails after a few seconds. If I remove the "Type=notify" from the service, everything works fine.
I'm not sure what I'm doing wrong, if you could help me!
The build uses the last release (v0.5).
Here's the log from systemctl:
The text was updated successfully, but these errors were encountered: