Systemd/units/systemd-logger.service.in

21 lines
574 B
SYSTEMD
Raw Normal View History

# 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.
2010-05-16 22:45:11 +02:00
# See systemd.special(7) for details
2010-04-15 23:20:17 +02:00
[Unit]
2011-04-05 23:22:35 +02:00
Description=Stdio Syslog Bridge
DefaultDependencies=no
Requires=syslog.socket
After=syslog.socket
[Service]
2010-06-02 15:51:38 +02:00
ExecStart=@rootlibexecdir@/systemd-logger
NotifyAccess=all
StandardOutput=null
CapabilityBoundingSet=CAP_SYS_ADMIN CAP_SETUID CAP_SETGID