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:
parent
a5c433696c
commit
03f77ca82b
2 changed files with 5 additions and 8 deletions
|
@ -100,7 +100,7 @@ in
|
|||
jobs.mysql =
|
||||
{ description = "MySQL server";
|
||||
|
||||
startOn = "started network-interfaces";
|
||||
startOn = "filesystem";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue