mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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:
parent
cf4eb4fa5d
commit
14d2192623
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue