GoPiGo3 icon indicating copy to clipboard operation
GoPiGo3 copied to clipboard

Command to disable RemoteCameraRobot when installed as boot daemon

Open slowrunner opened this issue 3 years ago • 0 comments

The file ../RemoteCamera/Robot/install_startup.sh enables the camerarobot.service

It would be nice to have a file stop_camerarobot.sh that stops it for the session, and perhaps a file uninstall_startup.sh that disables it?

Don't know if this works for stop_camerarobot.sh:

#!/bin/bash

# stop the GoPiGo3 camerarobot.service
sudo systemctl --runtime stop camerarobot

slowrunner avatar Jul 25 '20 22:07 slowrunner