1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 19:15:36 +03:00

Enabled startOn event of the MySQL and Tomcat server so that they are initialised on startup

svn path=/nixos/branches/upstart-0.6/; revision=18556
This commit is contained in:
Sander van der Burg 2009-11-23 13:26:33 +00:00
parent 2c8d2c2268
commit 7fc40ca2f1
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -104,7 +104,7 @@ in
jobs.tomcat =
{ description = "Apache Tomcat server";
startOn = "started network-interface";
startOn = "started network-interfaces";
stopOn = "stopping network-interfaces";
preStart =