[GH-ISSUE #1060] [QUESTION] can't get whoogle start with systemd #648

Closed
opened 2026-02-25 20:36:13 +03:00 by kerem · 1 comment
Owner

Originally created by @LeOS-GSI on GitHub (Aug 30, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1060

I have problems getting whoogle started via whoogel.service on my Linux Mint. attached my file. When I'm trying to start it I get this error message:
Failed to start whoogle.service: Unit whoogle.service has a bad unit file setting

what am I doing wrong ?

as soon as terminal is closed I can't start it anymore. when I try run from main whoogle folder, I'm getting command not found.
whoogle.service.txt

EDIT: I have renamed it to .txt, otherwise I can't attach

Originally created by @LeOS-GSI on GitHub (Aug 30, 2023). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1060 I have problems getting whoogle started via whoogel.service on my Linux Mint. attached my file. When I'm trying to start it I get this error message: `Failed to start whoogle.service: Unit whoogle.service has a bad unit file setting` what am I doing wrong ? as soon as terminal is closed I can't start it anymore. when I try run from main whoogle folder, I'm getting command not found. [whoogle.service.txt](https://github.com/benbusby/whoogle-search/files/12475187/whoogle.service.txt) EDIT: I have renamed it to .txt, otherwise I can't attach
kerem 2026-02-25 20:36:13 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@benbusby commented on GitHub (Sep 8, 2023):

Can you paste the contents of your whoogle systemd service file here? The "has a bad unit file setting" error can be due to having spaces surrounding the = in your file.

For example:

ExecStart = /path/to/whoogle

would need to be changed to

ExecStart=/path/to/whoogle

Closing for now since this seems like it might just be a syntax issue, but feel free to keep commenting here and I'll continue helping out wherever I can.

<!-- gh-comment-id:1712293737 --> @benbusby commented on GitHub (Sep 8, 2023): Can you paste the contents of your whoogle systemd service file here? The "has a bad unit file setting" error can be due to having spaces surrounding the `=` in your file. For example: `ExecStart = /path/to/whoogle` would need to be changed to `ExecStart=/path/to/whoogle` Closing for now since this seems like it might just be a syntax issue, but feel free to keep commenting here and I'll continue helping out wherever I can.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#648
No description provided.