From 14d21926235194ba5332b98437d868f65743b326 Mon Sep 17 00:00:00 2001 From: Ramses <141248+R-VdP@users.noreply.github.com> Date: Wed, 4 Nov 2020 15:02:19 +0000 Subject: nixos/oci-containers: restore ability to easily view the container output in the logs Fixes #102768. Allows the usage of `journalctl -u` to easily view the logs for a container managed by this module. --- nixos/modules/virtualisation/oci-containers.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos/modules/virtualisation') diff --git a/nixos/modules/virtualisation/oci-containers.nix b/nixos/modules/virtualisation/oci-containers.nix index ad436ed3014..65b63cebc79 100644 --- a/nixos/modules/virtualisation/oci-containers.nix +++ b/nixos/modules/virtualisation/oci-containers.nix @@ -262,9 +262,6 @@ let postStop = "${cfg.backend} rm -f ${name} || true"; serviceConfig = { - StandardOutput = "null"; - StandardError = "null"; - ### There is no generalized way of supporting `reload` for docker ### containers. Some containers may respond well to SIGHUP sent to their ### init process, but it is not guaranteed; some apps have other reload -- cgit 1.4.1