mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #1060] [QUESTION] can't get whoogle start with systemd #648
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#648
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 settingwhat 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
@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/whooglewould need to be changed to
ExecStart=/path/to/whoogleClosing 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.