You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Correct the way runuser is called
* Only use `-u $beat_user` if `beat_user` is not `root`. That's because the `-u` command seems to have issues on ubuntu systems.
Fixeselastic#4429.
* Correct the way runuser is called
* Only use `-u $beat_user` if `beat_user` is not `root`. That's because the `-u` command seems to have issues on ubuntu systems.
Fixes#4429.
The change introduced in #4340 breaks the init script on older ubuntu systems (12.04 and 14.04 reported).
The check for the
runuser
command doesn't work. This version seems to be correct:But even after fixing the above,
go-daemon
seems to fail when gettingroot
as an option:Found by @LeeDr.
The text was updated successfully, but these errors were encountered: