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:
parent
2c8d2c2268
commit
7fc40ca2f1
@ -83,7 +83,7 @@ in
|
|||||||
jobs.mysql =
|
jobs.mysql =
|
||||||
{ description = "MySQL server";
|
{ description = "MySQL server";
|
||||||
|
|
||||||
startOn = "started filesystems";
|
startOn = "started network-interfaces";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
@ -100,11 +100,11 @@ in
|
|||||||
description = "Tomcat user";
|
description = "Tomcat user";
|
||||||
home = "/homeless-shelter";
|
home = "/homeless-shelter";
|
||||||
};
|
};
|
||||||
|
|
||||||
jobs.tomcat =
|
jobs.tomcat =
|
||||||
{ description = "Apache Tomcat server";
|
{ description = "Apache Tomcat server";
|
||||||
|
|
||||||
startOn = "started network-interface";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "stopping network-interfaces";
|
stopOn = "stopping network-interfaces";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
|
Loading…
Reference in New Issue
Block a user