chiark / gitweb /
cgroup: don't trim a cgroup we create, we might just take it over from somebody else
[elogind.git] / units / systemd-logger.service.in
index 2a9ec21067d516cd4abe9c576f77a9e9401caa7c..5f7fe40939f6ac78a0674c75d6ed10257af61c30 100644 (file)
@@ -8,9 +8,13 @@
 # See systemd.special(7) for details
 
 [Unit]
-Description=systemd Logging Daemon
+Description=Stdio Syslog Bridge
 DefaultDependencies=no
-After=@SPECIAL_SYSLOG_SERVICE@
+Requires=syslog.socket
+After=syslog.socket
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-logger
+NotifyAccess=all
+StandardOutput=null
+CapabilityBoundingSet=CAP_SYS_ADMIN CAP_SETUID CAP_SETGID