nostromo: specify configuration for systemd-tmpfiles --update
authorJonathan Liu <net147@gmail.com>
Thu, 5 Sep 2013 05:30:16 +0000 (05:30 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:32:50 +0000 (08:32 -0800)
commit5da68be5c2fd476ce0e730a87380a9375282bd1b
treeb20cbed4e7d01b3fcb210b82b93be010619f5d86
parent50c8e6dbe8db8d75de367f483ccd67c87b9dd927
nostromo: specify configuration for systemd-tmpfiles --update

Running systemd-tmpfiles --update without specifying a configuration
file results in all tmpfiles.d configuration files being processed.

/usr/lib/tmpfiles.d/systemd.conf creates /run/nologin on boot to
prevent non-root users from logging in while the system is booting.
If systemd-tmpfiles --update is run after the system has started,
it will still create /run/nologin which would prevent non-root users
from logging in with the message "System is booting up.".

(From meta-openembedded rev: 4dc8ba955ff88505ca2fc5ad27889fa3870db417)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb