mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
12 lines
280 B
Desktop File
12 lines
280 B
Desktop File
[Unit]
|
|
Description=Launcher for the ROS master, parameter server and rosout logging node
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/home/pi/catkin_ws/src/clever/deploy/roscore.env
|
|
ExecStart=/opt/ros/kinetic/bin/roscore
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|