Add coreutils to heimdal hprop job
This commit is contained in:
parent
e8a191908e
commit
ace843b59d
|
@ -310,7 +310,7 @@ let
|
||||||
|
|
||||||
"heimdal-hpropd@" = {
|
"heimdal-hpropd@" = {
|
||||||
description = "Heimdal propagation listener server.";
|
description = "Heimdal propagation listener server.";
|
||||||
path = with pkgs; [ heimdal ];
|
path = with pkgs; [ coreutils heimdal ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
StandardInput = "socket";
|
StandardInput = "socket";
|
||||||
StandardOutput = "socket";
|
StandardOutput = "socket";
|
||||||
|
|
Loading…
Reference in New Issue