summary refs log tree commit diff
path: root/nixos/modules/services/misc/sundtek.nix
diff options
context:
space:
mode:
authorSimon Vandel Sillesen <simon.vandel@gmail.com>2016-01-30 20:08:52 +0100
committerSimon Vandel Sillesen <simon.vandel@gmail.com>2016-01-30 20:08:52 +0100
commit81e99998f79f908f80865a65f008f831e01308e4 (patch)
tree383db599b5c099bf31fdb9c630e178ae47a7464e /nixos/modules/services/misc/sundtek.nix
parent77f8f35d57618c1ba456d968524f2fb2c3448295 (diff)
downloadnixlib-81e99998f79f908f80865a65f008f831e01308e4.tar
nixlib-81e99998f79f908f80865a65f008f831e01308e4.tar.gz
nixlib-81e99998f79f908f80865a65f008f831e01308e4.tar.bz2
nixlib-81e99998f79f908f80865a65f008f831e01308e4.tar.lz
nixlib-81e99998f79f908f80865a65f008f831e01308e4.tar.xz
nixlib-81e99998f79f908f80865a65f008f831e01308e4.tar.zst
nixlib-81e99998f79f908f80865a65f008f831e01308e4.zip
sundtek: 2015-12-12 -> 2016-01-26 + service change
* There is no need for hydra to build this, hence preferLocal
* service change: do not hardcode a wait time of 5 seconds
Diffstat (limited to 'nixos/modules/services/misc/sundtek.nix')
-rw-r--r--nixos/modules/services/misc/sundtek.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/sundtek.nix b/nixos/modules/services/misc/sundtek.nix
index 8438ef79904f..e3234518c940 100644
--- a/nixos/modules/services/misc/sundtek.nix
+++ b/nixos/modules/services/misc/sundtek.nix
@@ -23,7 +23,7 @@ in
         Type = "oneshot";
         ExecStart = ''
           ${pkgs.sundtek}/bin/mediasrv -d -v -p ${pkgs.sundtek}/bin ;\
-          ${pkgs.sundtek}/bin/mediaclient --start=5 --wait-for-devices
+          ${pkgs.sundtek}/bin/mediaclient --start --wait-for-devices
           '';
         ExecStop = "${pkgs.sundtek}/bin/mediaclient --shutdown";
         RemainAfterExit = true;