diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-11 02:04:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-11 02:04:46 +0200 |
commit | 04ebb5956719e3e301e1c08443c496ad97399544 (patch) | |
tree | ef0bf3f6a37d48e688c2aff6cd3c77c9c7a7dfad /tmpfiles.d/systemd.conf | |
parent | 7e59bfcb18bcfdb82fa1f197c935bb15a22aa582 (diff) |
shutdownd: rework interface, allow subscribing to scheduled shutdowns
This extends the shutdownd interface to expose schedule shutdown
information in /run/systemd/shutdown/schedule.
This also cleans up the shutdownd protocol and documents it in a header
file sd-shutdown.h.
This is supposed to be used by client code that wants to control and
monitor scheduled shutdown.
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 be29c068af..2f9b038460 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -23,3 +23,4 @@ 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/shutdown 0755 root root - |