Merge pull request #123360 from helsinki-systems/tasks_filesystems_utillinux
nixos/tasks/filesystems: utillinux -> util-linux
This commit is contained in:
commit
036a962956
|
@ -309,7 +309,7 @@ in
|
||||||
"mount-pstore" = {
|
"mount-pstore" = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${pkgs.utillinux}/bin/mount -t pstore -o nosuid,noexec,nodev pstore /sys/fs/pstore";
|
ExecStart = "${pkgs.util-linux}/bin/mount -t pstore -o nosuid,noexec,nodev pstore /sys/fs/pstore";
|
||||||
ExecStartPost = pkgs.writeShellScript "wait-for-pstore.sh" ''
|
ExecStartPost = pkgs.writeShellScript "wait-for-pstore.sh" ''
|
||||||
set -eu
|
set -eu
|
||||||
TRIES=0
|
TRIES=0
|
||||||
|
|
Loading…
Reference in New Issue