X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsyslog.socket;h=a228e5b09d0bbc9f228610e31bad5e73171cd728;hp=323fa86035fd7114395407a1a5bb34934bd95a23;hb=c617f5a96d474a93e9cf38fbd97af257a08c40df;hpb=4c0bebc335c279ecaea6fc0eb0acaa8c49c477b6 diff --git a/units/syslog.socket b/units/syslog.socket index 323fa8603..a228e5b09 100644 --- a/units/syslog.socket +++ b/units/syslog.socket @@ -1,16 +1,18 @@ # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -# See systemd.special(7) for details - [Unit] Description=Syslog Socket +Documentation=man:systemd.special(7) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog DefaultDependencies=no Before=sockets.target syslog.target +Conflicts=shutdown.target +Before=shutdown.target # Pull in syslog.target to tell people that /dev/log is now accessible Wants=syslog.target @@ -19,6 +21,8 @@ Wants=syslog.target ListenDatagram=/run/systemd/journal/syslog SocketMode=0666 PassCredentials=yes +PassSecurity=yes +ReceiveBuffer=8M # The default syslog implementation should make syslog.service a # symlink to itself, so that this socket activates the right actual