Rename ‘boot.systemd’ to ‘systemd’

Suggested by Mathijs Kwik.  ‘boot.systemd’ is a misnomer because
systemd affects more than just booting.  And it saves some typing.
This commit is contained in:
Eelco Dolstra
2013-01-16 12:33:18 +01:00
parent 61f1df279f
commit ae4e94d9ac
46 changed files with 77 additions and 72 deletions

View File

@@ -102,7 +102,7 @@ in
environment.systemPackages = [ mongodb ];
boot.systemd.services.mongodb =
systemd.services.mongodb =
{ description = "MongoDB server";
wantedBy = [ "multi-user.target" ];

View File

@@ -141,7 +141,7 @@ in
environment.systemPackages = [mysql];
boot.systemd.services.mysql =
systemd.services.mysql =
{ description = "MySQL Server";
wantedBy = [ "multi-user.target" ];

View File

@@ -134,7 +134,7 @@ in
environment.systemPackages = [mysql];
boot.systemd.services.mysql =
systemd.services.mysql =
{ description = "MySQL Server";
wantedBy = [ "multi-user.target" ];

View File

@@ -155,7 +155,7 @@ in
environment.systemPackages = [postgresql];
boot.systemd.services.postgresql =
systemd.services.postgresql =
{ description = "PostgreSQL Server";
wantedBy = [ "multi-user.target" ];