summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-04-28 14:18:06 +0200
committerMichael Weiss <dev.primeos@gmail.com>2019-04-28 14:45:21 +0200
commit6852c080d8b5d2e88ca063b02de8bbdd5eb8970c (patch)
tree90baf0a63bed8dd4756c056b8ff3d309676e4214 /pkgs/games
parent9dd1bbc9f39fced89aef15de3cc4f50da1fca3d6 (diff)
downloadnixpkgs-6852c080d8b5d2e88ca063b02de8bbdd5eb8970c.tar
nixpkgs-6852c080d8b5d2e88ca063b02de8bbdd5eb8970c.tar.gz
nixpkgs-6852c080d8b5d2e88ca063b02de8bbdd5eb8970c.tar.bz2
nixpkgs-6852c080d8b5d2e88ca063b02de8bbdd5eb8970c.tar.lz
nixpkgs-6852c080d8b5d2e88ca063b02de8bbdd5eb8970c.tar.xz
nixpkgs-6852c080d8b5d2e88ca063b02de8bbdd5eb8970c.tar.zst
nixpkgs-6852c080d8b5d2e88ca063b02de8bbdd5eb8970c.zip
nixos/sks: Fix another regression from ab5dcc7068b
The two directories KDB and PTree do not exist before the SKS DB is
build for the first time. If /var/db/sks is empty and the module is
enabled via "services.sks.enable = true;" the following error will
occur:
...-unit-script-sks-db-pre-start[xxx]:
ln: failed to create symbolic link 'KDB/DB_CONFIG': No such file or directory

To avoid this both links have to be created after the DB is build.
Note: Creating the directories manually might be better but the initial
build might be skipped as a result:
unit-script-sks-db-pre-start[xxxxx]: KeyDB directory already exists.  Exiting.
unit-script-sks-db-pre-start[xxxxx]: PTree directory already exists.  Exiting.
Diffstat (limited to 'pkgs/games')
0 files changed, 0 insertions, 0 deletions