Description : Adding to enable/disable the multiuser feature.
authorwchang kim <wchang.kim@samsung.com>
Fri, 24 Jun 2016 09:45:58 +0000 (18:45 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 24 Feb 2017 15:08:16 +0000 (16:08 +0100)
commit8ce34ed89287809239d862fff5f4e41aad7b8100
tree427d28bf0f3bc8e535c5e60ccf4b9112feb09914
parent8eac64da34dfc0c2ccefb74ba2987ec41a9dfbc0
Description : Adding to enable/disable the multiuser feature.

The feature of multiuser can be disabled by changing with_multiuser value in the spec file.

When multiuser is disabled,
- Disabling logind feature.
- Making /run/systemd/users/5001
- Mounting /run/user/5001
- Do not fork sd-pam
- Running user@5001.service directly

Change-Id: Iec82c2e74a72c159d602c2fe4efff4d4c8ddf810
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
Makefile.am
configure.ac
packaging/systemd.spec
src/core/execute.c
tmpfiles.d/systemd.conf.m4
units/run-user-5001.mount [new file with mode: 0644]
units/user@.service.m4.in