Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9c7fae83eefd7693770d7ecf5a09ea68af3b3b31
      
https://github.com/NixOS/nixpkgs/commit/9c7fae83eefd7693770d7ecf5a09ea68af3b3b31
  Author: rushmorem <[email protected]>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M nixos/modules/services/scheduling/marathon.nix

  Log Message:
  -----------
  Make it easy to override the marathon framework user

Currently the module hardcodes the systemd service user to "marathon".
With this change one would not need to create an extra systemd config to
override the user.

So why would one need to override the Marathon user? Some apps require
root access to run. You can't run those with Marathon unless you
override the default user to root. Marathon also provides a
`--mesos_user` command line flag which allows you to run apps using
arbitrary users. You need to run the framework as root to enable this
functionality.


  Commit: 3b6dbb19170cd54536ff37ab46d2a06b0aac0c1f
      
https://github.com/NixOS/nixpkgs/commit/3b6dbb19170cd54536ff37ab46d2a06b0aac0c1f
  Author: lethalman <[email protected]>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M nixos/modules/services/scheduling/marathon.nix

  Log Message:
  -----------
  Merge pull request #7984 from rushmorem/marathon-module-update

Make it easy to override the marathon framework user


Compare: https://github.com/NixOS/nixpkgs/compare/ee6808ee69d9...3b6dbb19170c
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to