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.
This commit is contained in:
Ramses 2020-11-04 15:02:19 +00:00 committed by zowoq
parent cf4eb4fa5d
commit 14d2192623

View file

@ -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