mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/elasticsearch: capitalize systemd service description
This commit is contained in:
parent
6ce8f753e0
commit
f78ce19d8c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
systemd.services.elasticsearch = {
|
||||
description = "Elasticsearch daemon";
|
||||
description = "Elasticsearch Daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-interfaces.target" ];
|
||||
environment = { ES_HOME = cfg.dataDir; };
|
||||
|
|
Loading…
Reference in a new issue