mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
elasticsearch-curator: don't need to add enable to elasticsearch-curator service
This commit is contained in:
parent
3744467589
commit
2ec33f527b
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
systemd.services.elasticsearch-curator = {
|
||||
enable = cfg.enable;
|
||||
startAt = cfg.interval;
|
||||
serviceConfig = {
|
||||
ExecStart = ''${pkgs.python36Packages.elasticsearch-curator}/bin/curator --config ${curatorConfig} ${curatorAction}'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue