summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-11-16 17:04:31 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-11-16 17:04:54 +0200
commit599394162caa8f541c091e9c42d9376022000c67 (patch)
tree328303760e1ad91d765662dded40eaee1e39b5c9 /nixos/modules
parent9f5c6d57cbc384efe82980658ca7fe55d196fe48 (diff)
downloadnixlib-599394162caa8f541c091e9c42d9376022000c67.tar
nixlib-599394162caa8f541c091e9c42d9376022000c67.tar.gz
nixlib-599394162caa8f541c091e9c42d9376022000c67.tar.bz2
nixlib-599394162caa8f541c091e9c42d9376022000c67.tar.lz
nixlib-599394162caa8f541c091e9c42d9376022000c67.tar.xz
nixlib-599394162caa8f541c091e9c42d9376022000c67.tar.zst
nixlib-599394162caa8f541c091e9c42d9376022000c67.zip
update obsolete startOn values
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/databases/4store-endpoint.nix3
-rw-r--r--nixos/modules/services/databases/4store.nix2
-rw-r--r--nixos/modules/services/databases/virtuoso.nix2
3 files changed, 3 insertions, 4 deletions
diff --git a/nixos/modules/services/databases/4store-endpoint.nix b/nixos/modules/services/databases/4store-endpoint.nix
index f2d64b6891db..a03790433718 100644
--- a/nixos/modules/services/databases/4store-endpoint.nix
+++ b/nixos/modules/services/databases/4store-endpoint.nix
@@ -56,14 +56,13 @@ with lib;
       { name = endpointUser;
         uid = config.ids.uids.fourstorehttp;
         description = "4Store SPARQL endpoint user";
-#        home = stateDir;
       };
 
     services.avahi.enable = true;
 
     jobs.fourStoreEndpoint = {
       name = "4store-endpoint";
-      startOn = "filesystem";
+      startOn = "ip-up";
 
       exec = ''
         ${run} '${pkgs.rdf4store}/bin/4s-httpd -D ${cfg.options} ${if cfg.listenAddress!=null then "-H ${cfg.listenAddress}" else "" } -p ${toString cfg.port} ${cfg.database}'
diff --git a/nixos/modules/services/databases/4store.nix b/nixos/modules/services/databases/4store.nix
index 469fef69c955..807317d27454 100644
--- a/nixos/modules/services/databases/4store.nix
+++ b/nixos/modules/services/databases/4store.nix
@@ -54,7 +54,7 @@ with lib;
 
     jobs.fourStore = {
       name = "4store";
-      startOn = "filesystem";
+      startOn = "ip-up";
 
       preStart = ''
         mkdir -p ${stateDir}/
diff --git a/nixos/modules/services/databases/virtuoso.nix b/nixos/modules/services/databases/virtuoso.nix
index f955cb74b6ba..8a49e13395c7 100644
--- a/nixos/modules/services/databases/virtuoso.nix
+++ b/nixos/modules/services/databases/virtuoso.nix
@@ -63,7 +63,7 @@ with lib;
 
     jobs.virtuoso = {
       name = "virtuoso";
-      startOn = "filesystem";
+      startOn = "ip-up";
 
       preStart = ''
 	mkdir -p ${stateDir}