summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-04 13:59:32 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-04 13:59:32 +0300
commit093a8994f9c3c376723332ad48014e4035dd590e (patch)
treee8f0f5214113ea1cf8f9e5a083aabc1520336014 /nixos
parent36a7b2528203e22ff9dba169c7576435d52b8317 (diff)
parent42a5ad5c5ec9b9b309428ede6740e042ec7edaea (diff)
downloadnixpkgs-093a8994f9c3c376723332ad48014e4035dd590e.tar
nixpkgs-093a8994f9c3c376723332ad48014e4035dd590e.tar.gz
nixpkgs-093a8994f9c3c376723332ad48014e4035dd590e.tar.bz2
nixpkgs-093a8994f9c3c376723332ad48014e4035dd590e.tar.lz
nixpkgs-093a8994f9c3c376723332ad48014e4035dd590e.tar.xz
nixpkgs-093a8994f9c3c376723332ad48014e4035dd590e.tar.zst
nixpkgs-093a8994f9c3c376723332ad48014e4035dd590e.zip
Merge pull request #8624 from ambrop72/minidlna-update
minidlna 1.1.4
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/minidlna.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/minidlna.nix b/nixos/modules/services/networking/minidlna.nix
index 51850496e2c..aa28502a12c 100644
--- a/nixos/modules/services/networking/minidlna.nix
+++ b/nixos/modules/services/networking/minidlna.nix
@@ -97,7 +97,7 @@ in
             Type = "forking";
             PIDFile = "/run/minidlna/pid";
             ExecStart =
-              "@${pkgs.minidlna}/sbin/minidlna minidlna -P /run/minidlna/pid" +
+              "@${pkgs.minidlna}/sbin/minidlnad minidlnad -P /run/minidlna/pid" +
               " -f ${pkgs.writeText "minidlna.conf" cfg.config}";
           };
       };