diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-02 03:47:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-02 03:47:23 +0200 |
commit | 1ee306e1248866617c96ed9f4263f375588ad838 (patch) | |
tree | ebcb5678d4236ea8a8afc30c6164a4b4f51a03bd /tmpfiles.d/systemd.conf | |
parent | 374ec6abf31ada6ca554cc8ea99b282373fac010 (diff) |
machined: split out machine registration stuff from logind
Embedded folks don't need the machine registration stuff, hence it's
nice to make this optional. Also, I'd expect that machinectl will grow
additional commands quickly, for example to join existing containers and
suchlike, hence it's better keeping that separate from loginctl.
Diffstat (limited to 'tmpfiles.d/systemd.conf')
-rw-r--r-- | tmpfiles.d/systemd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index ee86f2ebce..4924b4ec70 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -19,6 +19,7 @@ d /run/systemd/ask-password 0755 root root - d /run/systemd/seats 0755 root root - d /run/systemd/sessions 0755 root root - d /run/systemd/users 0755 root root - +d /run/systemd/machines 0755 root root - d /run/systemd/shutdown 0755 root root - F /run/nologin 0644 - - - "System is booting up." |