16:18:43 I am trying to run redis in a debian based lx zone but systemd complains it failed to start with exit code 217/user. 16:19:12 I made sure redis configured as supervised. 16:19:30 Any idea what could be the culprit? 19:24:01 szilard: some of the systemd hardenings aren't supported by illumos - remove them from the systemd service and it will work 19:27:14 stefanobsdcafe: THANKS! It works now! 19:35:49 PrivateUsers=true was the problematic option. After removing it redis starts just fine. 20:24:09 szilard: Great!