Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
snap: add support user-sessions from snaps #2752
Conversation
|
Looks sensible on a quick look. |
|
@mvo5 Thanks for the PR. I tend to like |
|
@mvo5 Is this supposed to work on classic as well or just for the purpose of an all-snap system? Wondering otherwise how this would fit into the user session managed by upstart on 16.04. |
|
@morphis that's an interesting point. We would need a systemd instance managed by upstart, much like in the trusty scenario. I'll take the action to investigate into Trusty's systemd and check on its support for user sessions. |
|
a bare |
zyga
added
the
Blocked
label
Feb 13, 2017
|
I've added the blocked tag based on discussion above about 14.04 systemd running as a helper for user sessions. |
|
This is a pretty trivial change and has been blocked for quite a while on unrelated details. I'm closing it for now, but please reopen when we actually intend to perform the change. |
mvo5 commentedJan 31, 2017
The ubuntu-personal team asked about support for user sessions. It seems we have most pieces in place. Here is a minimal branch, mostly to start a discussion (for a final branch we will need a bunch more tests).
The strawman in this branch is to use:
alternatively we could use something like:
daemon-scope: {user,system}or justscope: {user,system}. Or something entirely differently, I'm open for ideas :)