Skip to content

trouble with Systemd unit #384

Closed Answered by mmgoodnow
sergrosu asked this question in Q&A
Jul 24, 2022 · 14 comments · 1 reply
Discussion options

You must be logged in to vote

this really feels like a daemon-reload issue or something similar. Maybe you have multiple unit files, and you're editing the first one and running the second?

I was able to reproduce the error message you're getting, only with:

  • ExecStart=/usr/bin/node cross-seed daemon
  • ExecStart=node cross-seed daemon

Several other ExecStarts worked perfectly:

  • ExecStart=cross-seed daemon
  • ExecStart=/usr/bin/cross-seed daemon
  • ExecStart=node /usr/bin/cross-seed daemon
  • ExecStart=/usr/bin/node /usr/bin/cross-seed daemon

Replies: 14 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SuissoNaBisso
Comment options

Answer selected by zakkarry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #293 on March 05, 2023 21:22.