X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsyslog.socket;h=f644f6e38b74e02ea77c37eb1b3278b76e620282;hb=018ef268b1667ba0dbfc15804ab33deed6092147;hp=323fa86035fd7114395407a1a5bb34934bd95a23;hpb=4c0bebc335c279ecaea6fc0eb0acaa8c49c477b6;p=elogind.git diff --git a/units/syslog.socket b/units/syslog.socket index 323fa8603..f644f6e38 100644 --- a/units/syslog.socket +++ b/units/syslog.socket @@ -1,8 +1,8 @@ # 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 @@ -11,6 +11,8 @@ Description=Syslog Socket 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