ghedo / pflask

:sake: Lightweight process containers for Linux
https://ghedo.github.io/pflask/
BSD 2-Clause "Simplified" License
200 stars 33 forks source link

Allow detached mode to start from systemd #15

Closed jwessel closed 7 years ago

jwessel commented 7 years ago

When starting a pflask in the detached mode from systemd the STDIN will never be a full pty. In this case any tty operations on STDIN should be skipped.

Signed-off-by: Jason Wessel jason.wessel@windriver.com

ghedo commented 7 years ago

Merged in https://github.com/ghedo/pflask/commit/e89def1ffb38b287ab53f9649768c00111fc3539, thanks!