Files
5g_drone_ROS2/services/drone_find_usb_devices.service
Sem van der Hoeven 31f3959de4 add services
2023-05-09 12:48:18 +02:00

13 lines
264 B
Desktop File

[Unit]
Description=Service to start the script that sets the serial ports for the USB sensors
[Service]
Type=simple
Restart=on-failure
User=ubuntu
ExecStart=/home/ubuntu/drone_scripts/find_id.sh
WorkingDirectory=/home/ubuntu
[Install]
WantedBy=multi-user.target