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
+1 -1
View File
@@ -161,7 +161,7 @@ in
'';
systemd.services.venus =
{ description = "Planet Venus, an awesome river of news feed reader";
{ description = "Planet Venus Feed Reader";
path = [ pkgs.venus ];
script = "exec venus-planet ${configFile}";
serviceConfig.User = "${cfg.user}";