Skip to content
Discussion options

You must be logged in to vote

I found the culprit: Manticore was using the distribution's config file:

# grep ExecStart /usr/lib/systemd/system/manticore.service
# Run ExecStart with User=manticore / Group=manticore
ExecStart=/usr/bin/searchd --config /etc/manticoresearch/manticore.conf $_ADDITIONAL_SEARCHD_PARAMS

As a solution, use systemctl edit manticore to override it:

[Service]
User=piler
Group=piler
ExecStart=
ExecStart=/usr/bin/searchd --config /etc/piler/manticore.conf
ExecStop=
ExecStop=/usr/bin/searchd --config /etc/piler/manticore.conf --stopwait

After a restart, Manticore could be used by Piler.

However, the status of Manticore daemon is shown as "activating (start)". Is this normal?
Maybe has to do with m…

Replies: 6 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
1 reply
@larsen0815
Comment options

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
Answer selected by larsen0815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants