Comment 12 for bug 1909816

Revision history for this message
Utkarsh Gupta (utkarsh) wrote :

Hi Sergio,

> In any case, I still think it's not a good idea to silence the
> stderr input in journalctl, so while I think the proposed patch
> makes sense, I would remove the "StandardError=null" line from
> it.

If use safe_asterisk (for allowing easy access to the asterisk CLI w/o logging it), you essentially use the following (with some TTYPath defined):
```
StandardInput=tty
StandardOutput=tty
StandardError=tty
```

So my reasoning of patch is along the same lines of putting StandardError to null.