~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to lib/systemd/system/systemd-journald.socket

  • Committer: Dimitri John Ledkov
  • Date: 2014-05-06 18:45:46 UTC
  • Revision ID: dimitri.ledkov@canonical.com-20140506184546-5toyx56xxrue0f0v
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  This file is part of systemd.
2
 
#
3
 
#  systemd is free software; you can redistribute it and/or modify it
4
 
#  under the terms of the GNU Lesser General Public License as published by
5
 
#  the Free Software Foundation; either version 2.1 of the License, or
6
 
#  (at your option) any later version.
7
 
 
8
 
[Unit]
9
 
Description=Journal Socket
10
 
Documentation=man:systemd-journald.service(8) man:journald.conf(5)
11
 
DefaultDependencies=no
12
 
Before=sockets.target syslog.target
13
 
 
14
 
# Mount and swap units need this. If this socket unit is removed by an
15
 
# isolate request the mount and and swap units would be removed too,
16
 
# hence let's exclude this from isolate requests.
17
 
IgnoreOnIsolate=yes
18
 
 
19
 
[Socket]
20
 
ListenStream=/run/systemd/journal/stdout
21
 
ListenDatagram=/run/systemd/journal/socket
22
 
ListenDatagram=/dev/log
23
 
SocketMode=0666
24
 
PassCredentials=yes
25
 
PassSecurity=yes
26
 
ReceiveBuffer=8M