-
szilardI am trying to run redis in a debian based lx zone but systemd complains it failed to start with exit code 217/user.
-
szilardI made sure redis configured as supervised.
-
szilardAny idea what could be the culprit?
-
stefanobsdcafeszilard: some of the systemd hardenings aren't supported by illumos - remove them from the systemd service and it will work
-
szilardstefanobsdcafe: THANKS! It works now!
-
szilardPrivateUsers=true was the problematic option. After removing it redis starts just fine.
-
stefanobsdcafeszilard: Great!