mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
activation script should have unique name
svn path=/nixos/trunk/; revision=17706
This commit is contained in:
parent
2e34baba3b
commit
8d9c51a991
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ in
|
|||
};
|
||||
|
||||
|
||||
system.activationScripts.postgresqlBackup =
|
||||
system.activationScripts.sitecopyBackup =
|
||||
pkgs.stringsWithDeps.noDepEntry ''
|
||||
mkdir -m 0700 -p ${stateDir}
|
||||
chown root ${stateDir}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue