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
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
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
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...
_