mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 21:49:32 +00:00
13 lines
254 B
Desktop File
13 lines
254 B
Desktop File
[Unit]
|
|
Description=Clever ROS package
|
|
Requires=roscore.service
|
|
After=roscore.service
|
|
|
|
[Service]
|
|
EnvironmentFile=/root/roscore.env
|
|
ExecStart=/opt/ros/kinetic/bin/roslaunch clever clever.launch --wait
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|