summaryrefslogtreecommitdiff
path: root/packaging/launchpad-process-pool@.socket
AgeCommit message (Collapse)AuthorFilesLines
2019-08-22Revert "tizen: Add additional unit for "unified" user session"Yunmi Ha1-12/+0
This reverts commit 371f1ade513b56bb89b8ecedbef16d6c3d7392c3. We've optimized systemd-user without unified system/session. So, we revert the patch for unified system/session. Change-Id: I9102ccb19b82e3321c4e67d5f30c09643a85e585
2019-04-26tizen: Add additional unit for "unified" user sessionMateusz Moscicki1-0/+12
The unified user session is about moving user session units, managed by systemd --user, to main systemd, where it's managed as part of newly created user@.target. user@.target will contain same units as previously available in user/, with same UID and environment setup. systemd instance is used for unit to be able to specify UID (inherited from user@.target). The rationale behind this work is following: * TV profile would benefit from remove user session support * boot time optimization requirements, due to: + 'systemd --user' taking 1s its own startup that could be used for unit startup + ability to better rearrange units if these managed by one systemd instance Unit installed by this commit will not be used till user login mechanism will be changed in systemd package (via changing pam_systemd to start user@.target, rather than user@.service). Change-Id: If68bb07b8de2a66356d13c8999126c4387ddd3bc