-
I have build etcd for rhel8, put the binaries, that came out from that onto a server and added a systemd unit file. starting the
my unit file is
any hint, what is failing would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
dulhaver
May 14, 2025
Replies: 1 comment
-
a colleague helped me out. It was a selinux issue.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dulhaver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a colleague helped me out. It was a selinux issue.
restorecon -RFvv $(pwd)
on the base directory that includes mybin
directory fixed this