#1450 closed enhancement (fixed)
Use systemd to create group
Reported by: | bug | Owned by: | bug |
---|---|---|---|
Priority: | trivial | Milestone: | 2.1 |
Component: | packaging | Version: | trunk |
Keywords: | systemd, user, group | Cc: |
Description
xpra should create a file /usr/lib/sysusers.d/xpra.conf
With the contents
g xpra - -
as per man system.d
for creation of the xpra group.
Change History (6)
comment:1 Changed 4 years ago by
Milestone: | → 2.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 4 years ago by
Owner: | changed from Antoine Martin to bug |
---|---|
Status: | assigned → new |
comment:4 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1450
Note: See
TracTickets for help on using
tickets.
Links:
That thing is poorly documented. How do we trigger the group creation in the RPM spec file? It seems to be through
%sysusers_create
according to these macros: macros.systemd.(only available in Fedora AFAICT)
Done in r15378, RPM packaging in r15377.
@bug: please close if that works for you.