chiark / gitweb /
units: start logger only after syslog is up
[elogind.git] / units / systemd-logger.service.in
index 5fc0532033e2c7d45951585e70c70f799a4162ae..64ae5f9f2ab78d4fc1140e696a4e288a2c48db75 100644 (file)
@@ -9,8 +9,8 @@
 
 [Unit]
 Description=systemd Logging Daemon
-After=@SPECIAL_SYSLOG_SERVICE@
+After=@SPECIAL_SYSLOG_SERVICE@ syslog.target
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-logger
-Type=simple
+NotifyAccess=all