clever.service: Add line buffering

This commit is contained in:
sfalexrog
2019-09-03 13:22:31 +03:00
committed by Alexey Rogachevskiy
parent fda030e539
commit 1af20c0869

View File

@@ -6,7 +6,7 @@ After=network.target
[Service]
User=pi
ExecStart=/bin/bash -c ". /home/pi/catkin_ws/devel/setup.sh; \
ROS_HOSTNAME=`hostname`.local exec roslaunch clever clever.launch --wait --screen --skip-log-check \
ROS_HOSTNAME=`hostname`.local exec stdbuf -o L roslaunch clever clever.launch --wait --screen --skip-log-check \
2> >(tee /tmp/clever.err)"
[Install]