Re: [systemd-devel] Howto run script at begin and end of session: sessionsupport?

2011-07-15 Thread Stef Bon
2011/7/15 Lennart Poettering : > On Fri, 15.07.11 08:24, Stef Bon (stef...@gmail.com) wrote: > >> >> /etc/ConsoleKit/run-session.d > > We currently don't support this in systemd, and right now I see no good > usecase that might convince us to add that. > > Can you elaborate what you are planning to

[systemd-devel] vgetty under systemd

2011-07-15 Thread Ryan Nelson
I did a minimal search on your list and longer on the web about trying to get vgetty working under systemd. Forgive me although I just learning about systemd. So I use to have vgetty a program under the mgetty software working as an answering machine. I would get calls would be picked up and the

Re: [systemd-devel] What is the recommended way to replace hald hooks in the systemd world?

2011-07-15 Thread Lennart Poettering
On Fri, 15.07.11 11:14, Barry Scott (barry.sc...@onelan.co.uk) wrote: > In F13 days we used HAL to call out to our code to handle > adding and removal of USB storage with this > /etc/hal/fdi/policy/90-onelan-mount.fdi policy file. > > > > > > > ntb_mou

Re: [systemd-devel] Howto run script at begin and end of session: sessionsupport?

2011-07-15 Thread Lennart Poettering
On Fri, 15.07.11 08:24, Stef Bon (stef...@gmail.com) wrote: > Hi, > > howdo I start scripts at the begin and end of a session?? > > I used ConsoleKit for that, which launched scripts it finds in > > /etc/ConsoleKit/run-session.d We currently don't support this in systemd, and right now I see n

Re: [systemd-devel] What is the recommended way to replace hald hooks in the systemd world?

2011-07-15 Thread Jóhann B. Guðmundsson
On 07/15/2011 10:14 AM, Barry Scott wrote: Do you recommmend staying with hal in F15 or using some other mechanism? http://fedoraproject.org/wiki/Features/HalRemoval . . . . ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http:/

[systemd-devel] What is the recommended way to replace hald hooks in the systemd world?

2011-07-15 Thread Barry Scott
In F13 days we used HAL to call out to our code to handle adding and removal of USB storage with this /etc/hal/fdi/policy/90-onelan-mount.fdi policy file. ntb_mount_usb -v ntb_mount_usb -v Do you recommmend