Re: [systemd-devel] Automount some dirs at user ligin

2016-05-20 Thread Lennart Poettering
On Wed, 18.05.16 22:14, Vasiliy Tolstov (v.tols...@selfip.ru) wrote: > I need to mount tmpfs on .cache for each user after login. > How can I do that with systemd? > S > For example I want for user1 mount tmpfs on dir .cache, for user2 mount > .cache to tmpfs also and so on. > After logout last se

Re: [systemd-devel] Automount some dirs at user ligin

2016-05-18 Thread Vasiliy Tolstov
If this possible with systemd,why not use it? If not - I check pam_mount 18 Май 2016 г. 22:17 пользователь "killermoehre" написал: Am 18.05.2016 um 21:14 schrieb Vasiliy Tolstov: > I need to mount tmpfs on .cache for each user after login. > How can I do that with systemd? > S > For example I wan

Re: [systemd-devel] Automount some dirs at user ligin

2016-05-18 Thread killermoehre
Am 18.05.2016 um 21:14 schrieb Vasiliy Tolstov: > I need to mount tmpfs on .cache for each user after login. > How can I do that with systemd? > S > For example I want for user1 mount tmpfs on dir .cache, for user2 mount > .cache to tmpfs also and so on. > After logout last session for this user, I

[systemd-devel] Automount some dirs at user ligin

2016-05-18 Thread Vasiliy Tolstov
I need to mount tmpfs on .cache for each user after login. How can I do that with systemd? S For example I want for user1 mount tmpfs on dir .cache, for user2 mount .cache to tmpfs also and so on. After logout last session for this user, I need to unmount it... _