mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 06:49:32 +00:00
clever.service: Add line buffering
This commit is contained in:
committed by
Alexey Rogachevskiy
parent
fda030e539
commit
1af20c0869
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user