diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2023-07-12 14:04:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 14:04:09 +0200 |
| commit | 20a1f182aed3d2bbc72f62f5814fc3dd34a1cf0c (patch) | |
| tree | 01c4a5cf17168b3dffc137ed0b5b3d1fcd79c426 /scripts | |
| parent | 0982e9ab209aee459ed3331ab4eadbb4d8a023e1 (diff) | |
| parent | cafde12713f31372ae900d7225f0279a8ab72d73 (diff) | |
Merge pull request #267 from nix-community/getent
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/syschdemd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/syschdemd.nix b/scripts/syschdemd.nix index 88b84e6..06ba653 100644 --- a/scripts/syschdemd.nix +++ b/scripts/syschdemd.nix @@ -3,7 +3,7 @@ , lib , coreutils , daemonize -, glibc +, getent , gnugrep , systemd , util-linux @@ -43,7 +43,7 @@ mkWrappedScript { "/run/wrappers" # mount coreutils daemonize - glibc # getent + getent gnugrep systemd # machinectl util-linux # nsenter, runuser |
