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

Multiple processes listed #1303

Open
randompersondude opened this issue Sep 20, 2024 · 1 comment
Open

Multiple processes listed #1303

randompersondude opened this issue Sep 20, 2024 · 1 comment
Labels
bug A functionality or parts of a program that do not work as intended

Comments

@randompersondude
Copy link

Description

When I enter "spotifyd" in my terminal, and then run ps -aux | grep spot, it shows two processes, spotifyd, and /usr/bin/spotifyd --no-daemon.

if i play music, and kill the /usr/bin/spotifyd --no-daemon one, the music continues, however the process pops up again after a few seconds.

if i kill the one thats just spotifyd, the music stops. the other process stays running though.

I'm wondering what the purpose of these are?

To Reproduce
run spotifyd.

run ps -aux | grep spot

Expected behavior

one process?

Versions (please complete the following information):

  • OS: arch
  • Spotifyd: spotifyd 0.3.5
  • cargo: cargo 1.80.1 (376290515 2024-07-16)
@randompersondude randompersondude added the bug A functionality or parts of a program that do not work as intended label Sep 20, 2024
@eladyn
Copy link
Member

eladyn commented Sep 25, 2024

Are you sure that nothing just starts another instance of spotifyd automatically? To me, it sounds like systemd is just restarting /usr/bin/spotifyd --no-daemon as soon as it stops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A functionality or parts of a program that do not work as intended
Projects
None yet
Development

No branches or pull requests

2 participants