nixpkgs/nixos/modules/services/scheduling
rushmorem 9c7fae83ee 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.
2015-05-29 18:07:07 +02:00
..
atd.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
chronos.nix Update chronos default port 2015-02-19 12:31:12 +02:00
cron.nix cron: make into systemd.service and make it depend on /etc/localtime 2014-12-15 14:50:12 +01:00
fcron.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
marathon.nix Make it easy to override the marathon framework user 2015-05-29 18:07:07 +02:00