summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-18 00:38:40 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-18 00:38:40 +0200
commite34a1589fe1e2cd37a4d47a0dbf6c5791719e0f1 (patch)
treeeb55f123bc31eb62fc63997994ad349fd7abbe91 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parent073351a5cfdcf844e05f3ce0e03df686769a7c43 (diff)
Add support for user units
With ‘systemd.user.units’ and ‘systemd.user.services’, you can specify units used by per-user systemd instances. For example, systemd.user.services.foo = { description = "foo"; wantedBy = [ "default.target" ]; serviceConfig.ExecStart = "${pkgs.foo}/bin/foo"; }; declares a unit ‘foo.service’ that gets started automatically when the user systemd instance starts, and is stopped when the user systemd instance stops. Note that there is at most one systemd instance per user: it's created when a user logs in and there is no systemd instance for that user yet, and it's removed when the user fully logs out (i.e. has no sessions anymore). So if you're simultaneously logged in via X11 and a virtual console, you get only one copy of foo.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions