2010-08-21 08:57:47 +07:00
|
|
|
# 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
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
# See systemd.special(7) for details
|
|
|
|
|
|
|
|
[Unit]
|
2011-04-04 09:06:24 +07:00
|
|
|
Description=Syslog Kernel Log Buffer Bridge
|
2010-08-21 08:57:47 +07:00
|
|
|
DefaultDependencies=no
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=@rootlibexecdir@/systemd-kmsg-syslogd
|
|
|
|
NotifyAccess=all
|
2011-04-14 04:30:33 +07:00
|
|
|
StandardOutput=null
|
2010-10-20 22:48:01 +07:00
|
|
|
Sockets=syslog.socket
|
2011-04-20 08:34:58 +07:00
|
|
|
CapabilityBoundingSet=CAP_DAC_OVERRIDE
|