DexterInd / GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
https://gopigo.io
Other
96 stars 85 forks source link

Command to disable RemoteCameraRobot when installed as boot daemon #280

Open slowrunner opened 4 years ago

slowrunner commented 4 years ago

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