Re: [systemd-devel] systemd kiosk volatile $HOME

2013-03-05 Thread Lennart Poettering
On Tue, 05.03.13 03:36, systemdki...@yopmail.com (systemdki...@yopmail.com) wrote: > > Thank you Lennart. I wonder how your tip compares to our result? Our > method employs getty.target and local-fs.target. It works but we prefer > the Right Thing (tm). Would systemd-user-sessions.service be bet

Re: [systemd-devel] systemd kiosk volatile $HOME

2013-03-05 Thread Andrey Borzenkov
On Tue, Mar 5, 2013 at 3:41 PM, Mirco Tischler wrote: > 2013/3/5 >> >> Thank you Lennart. I wonder how your tip compares to our result? Our >> method employs getty.target and local-fs.target. It works but we prefer >> the Right Thing (tm). Would systemd-user-sessions.service be better for >> any

Re: [systemd-devel] systemd kiosk volatile $HOME

2013-03-05 Thread Mirco Tischler
2013/3/5 > Thank you Lennart. I wonder how your tip compares to our result? Our > method employs getty.target and local-fs.target. It works but we prefer > the Right Thing (tm). Would systemd-user-sessions.service be better for > any reason? Here's our unit as it sits. Thanks for your input. > >

Re: [systemd-devel] systemd kiosk volatile $HOME

2013-03-04 Thread systemdkiosk
Thank you Lennart. I wonder how your tip compares to our result? Our method employs getty.target and local-fs.target. It works but we prefer the Right Thing (tm). Would systemd-user-sessions.service be better for any reason? Here's our unit as it sits. Thanks for your input. # /etc/systemd/system/

Re: [systemd-devel] systemd kiosk volatile $HOME

2013-03-01 Thread Lennart Poettering
On Wed, 27.02.13 06:47, systemdki...@yopmail.com (systemdki...@yopmail.com) wrote: > Here's the question (systemd version 197). > > https://bbs.archlinux.org/viewtopic.php?pid=1237019 > > Might the answer involve two units, a mount and a service? Thanks much. I am not sure I get the full

Re: [systemd-devel] systemd kiosk volatile $HOME

2013-02-27 Thread systemdkiosk
> I guess it depends on how generic you want it to be. If you need to > sync a single filesystem with fixed name, ExecStartPre for a unit that > starts logon dialogue looks a right choice. Andrey I haven't a clue what you said. I hoped some guru might write a unit. I don't imagine one needs more t

Re: [systemd-devel] systemd kiosk volatile $HOME

2013-02-27 Thread Andrey Borzenkov
On Wed, Feb 27, 2013 at 10:47 AM, wrote: > Here's the question (systemd version 197). > > https://bbs.archlinux.org/viewtopic.php?pid=1237019 > > Might the answer involve two units, a mount and a service? Thanks much. > I guess it depends on how generic you want it to be. If you need to syn