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

Daemon autostarting is broken #116

Open
clotodex opened this issue Jun 30, 2024 · 1 comment · May be fixed by #126
Open

Daemon autostarting is broken #116

clotodex opened this issue Jun 30, 2024 · 1 comment · May be fixed by #126

Comments

@clotodex
Copy link

The commit 0d57111 (upgrade deps) change the cli completely.
Starting a daemon now requires a value for each argument.
So earbuds -d needs to be changed to earbuds -d <name>.
I dont know if it is planned to have named daemons or if this happend by example.

But, since the daemon autostart

let cmd = cmd.arg(curr_exe).arg("-d").arg("--no-fork").arg("-q");
does not pass any value it does not work anymore and even worse SILENTLY fails.

@grazzolini
Copy link

Not only that, but the daemon doesn't seem to start anymore without --no-fork.

@griffi-gh griffi-gh linked a pull request Nov 3, 2024 that will close this issue
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 a pull request may close this issue.

2 participants