[Unit] Description="pipe log receiver" Before=pipe.service [Service] Type=simple ExecStart="/usr/local/bin/receive-log" KillMode=process PIDFile=/run/receive-log StandardOutput=syslog StandardError=syslog SyslogIdentifier=receive-log [Install] WantedBy=default.target