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:
@@ -83,7 +83,7 @@ in
|
||||
jobs.mysql =
|
||||
{ description = "MySQL server";
|
||||
|
||||
startOn = "started filesystems";
|
||||
startOn = "started network-interfaces";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user