1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-29 04:26:32 +03:00

* PostgreSQL / MySQL: depend on the "filesystem" event.

svn path=/nixos/branches/boot-order/; revision=22247
This commit is contained in:
Eelco Dolstra 2010-06-13 20:59:49 +00:00
parent a5c433696c
commit 03f77ca82b
2 changed files with 5 additions and 8 deletions

View file

@ -100,7 +100,7 @@ in
jobs.mysql =
{ description = "MySQL server";
startOn = "started network-interfaces";
startOn = "filesystem";
preStart =
''