Supporting of acls on devices shared between all seats (like /dev/snd/seq):
A user gets permitions on it when he activates a session on any seat.
He/she losses the permitions when no his/her active sessions more exist
В Пн., 24/12/2012 в 13:08 +0100, Lennart Poettering пишет:
> boolean udev pro
В Пн., 24/12/2012 в 13:08 +0100, Lennart Poettering пишет:
> On Thu, 20.12.12 22:08, Oleg Samarin ([email protected]) wrote:
>
> Could you please split these patches up? The "seat-master" bit looks
> straightforward to me, and I'd merge that quickly, the ONE_SEAT thing I
> don't really get.
>
I grabbed this one from the todo list. Most of the functionality was
already there for is-active. I just needed to make check_one_unit take
the states to check for as an argument instead of the hardcoded
"active" and "reloading".
is-failed will return 1 if none of the units given are failed. This
something goes wrong here at boot
systemd-44-23.fc17.x86_64
kernel-3.6.11-1.fc17.x86_64
pam-1.1.5-7.fc17.x86_64
[root@srv-rhsoft:~]$ dmesg | grep links
systemd-readahead-replay[368]: open(/etc/pam.d/postlogin) failed: Too many
levels of symbolic links
[root@srv-rhsoft:~]$ stat /etc/pam.d/postlo
Thanks! I will have a try.
On Thu, 27 Dec 2012 03:38:08 -0800
David Strauss wrote:
> On Mon, Dec 24, 2012 at 7:29 AM, Jian Lin wrote:
> > I want to use systemd to manage some services written in Java.
> > I found it is easy to write service units for starting and stopping
> > the services.
> >
On Mon, Dec 24, 2012 at 7:29 AM, Jian Lin wrote:
> I want to use systemd to manage some services written in Java.
> I found it is easy to write service units for starting and stopping
> the services.
> However, I also hope to implement the socket activation for Java services,
> in order to start t