nixos: capitalize a bunch of service descriptions

(systemd service descriptions that is, not service descriptions in "man
configuration.nix".)

Capitalizing each word in the description seems to be the accepted
standard.

Also shorten these descriptions:
 * "Munin node, the agent process" => "Munin Node"
 * "Planet Venus, an awesome ‘river of news’ feed reader" => "Planet Venus Feed Reader"
This commit is contained in:
Bjørn Forsman
2013-11-09 20:45:50 +01:00
parent 981c287355
commit dc352536a8
10 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -113,7 +113,7 @@ in
jobs.nova_objectstore =
{ name = "nova-objectstore";
description = "Nova simple object store service";
description = "Nova Simple Object Store Service";
startOn = "ip-up";
@@ -129,7 +129,7 @@ in
jobs.nova_scheduler =
{ name = "nova-scheduler";
description = "Nova scheduler service";
description = "Nova Scheduler Service";
startOn = "ip-up";
@@ -140,7 +140,7 @@ in
jobs.nova_compute =
{ name = "nova-compute";
description = "Nova compute service";
description = "Nova Compute Service";
startOn = "ip-up";
@@ -157,7 +157,7 @@ in
jobs.nova_network =
{ name = "nova-network";
description = "Nova network service";
description = "Nova Network Service";
startOn = "ip-up";
+1 -1
View File
@@ -107,7 +107,7 @@ in
'';
jobs.xend =
{ description = "Xen control daemon";
{ description = "Xen Control Daemon";
startOn = "stopped udevtrigger";