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