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, 26 Jan 2024 16:49:49 +0000 (17:49 +0100)
commit06c3a78f7ab9d45521e33300f9a2e9fcd8dfe716
tree16f76fe47942fc9a59547f462fbaacb8bd7f6581
parentd04cbdd32807b8b423392a10b451c32b7664c335
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