<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">D</span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">ear
 systemd users,</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">I experimenting with running systemd in a container, the container engine I am using is docker (I know is not ideal but this
 is a hard requirement for now).</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">I start the container like this:
<br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"><span style="color:rgb(212, 212, 212);background-color:rgb(30, 30, 30);font-family:"Droid Sans Mono", "monospace", monospace;font-size:14px;line-height:19px"><span><span style="color:rgb(0, 0, 0);font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;background-color:rgb(255, 255, 255)">CMD</span><span style="font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;color:rgb(0, 0, 0);background-color:rgb(255, 255, 255)"> [</span><span style="color:rgb(0, 0, 0);font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;background-color:rgb(255, 255, 255)">"/usr/lib/systemd/systemd"</span><span style="font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;color:rgb(0, 0, 0);background-color:rgb(255, 255, 255)">,
</span><span style="color:rgb(0, 0, 0);font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;background-color:rgb(255, 255, 255)">"--system"</span><span style="font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;color:rgb(0, 0, 0);background-color:rgb(255, 255, 255)">,
</span><span style="color:rgb(0, 0, 0);font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;background-color:rgb(255, 255, 255)">"--default-standard-output=fd"</span><span style="font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;color:rgb(0, 0, 0);background-color:rgb(255, 255, 255)">,
</span><span style="color:rgb(0, 0, 0);font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;background-color:rgb(255, 255, 255)">"--default-standard-error=fd:stdout"</span><span style="font-family:Calibri, Helvetica, sans-serif;font-size:12pt;line-height:normal;color:rgb(0, 0, 0);background-color:rgb(255, 255, 255)">]</span></span></span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"></span><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">But this seems to break something because neither journald nor dbus processes runs</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">The issu</span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">e
 is with the flags </span><span><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; background-color: rgba(0, 0, 0, 0);">--default-standard-output</span></span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
 and </span><span><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; background-color: rgba(0, 0, 0, 0);">--default-standard-error</span></span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
 because everything seems ok if those are removed from the command.</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">An</span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">y
 idea why </span><span><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; background-color: rgba(0, 0, 0, 0);">--default-standard-output=fd
</span><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; background-color: rgba(0, 0, 0, 0);">--default-standard-error=fd:stdout break</span><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; background-color: rgba(0, 0, 0, 0);">s
 systemd?</span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
thank you<br>
</div>
</body>
</html>