mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
12 lines
273 B
Desktop File
12 lines
273 B
Desktop File
[Unit]
|
|
Description=Launcher for the ROS master, parameter server and rosout logging node
|
|
|
|
[Service]
|
|
User=pi
|
|
ExecStart=/bin/sh -c ". /opt/ros/kinetic/setup.sh; ROS_HOSTNAME=`hostname`.local exec roscore"
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|