diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-04 16:37:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-04 16:53:58 +0200 |
commit | 03ee5c38cb0da193dd08733fb4c0c2809cee6a99 (patch) | |
tree | 7dd08d7c90b63c8d66e46feb0fd4d1c473172b77 /Makefile.am | |
parent | 02ba8fb3357daf57f6120ac512fb464a4c623419 (diff) |
journald: move /dev/log socket to /run
This way we can make the socket also available for sandboxed apps that
have their own private /dev. They can now simply symlink the socket from
/dev.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d778b31b05..110937781a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3480,7 +3480,8 @@ bin_PROGRAMS += \ systemd-cat dist_systemunit_DATA += \ - units/systemd-journald.socket + units/systemd-journald.socket \ + units/systemd-journald-dev-log.socket nodist_systemunit_DATA += \ units/systemd-journald.service \ @@ -3496,7 +3497,9 @@ dist_catalog_DATA = \ catalog/systemd.catalog SOCKETS_TARGET_WANTS += \ - systemd-journald.socket + systemd-journald.socket \ + systemd-journald-dev-log.socket + SYSINIT_TARGET_WANTS += \ systemd-journald.service \ systemd-journal-flush.service |