How to auto start google assistant program or any program on startup in Ubilinux (UP Squared)
afifi770
New Member Posts: 1 ✭
hello..i have done installing Google Assistant SDK on ubilinux on Up Squared board
this program can be run in terminal by typing this command
$ source env/bin/activate
then to run Google Assistant
$ googlesamples-assistant-hotword --project_id my-dev-project --device_model_id my-model
now i want google assistant run on startup without using terminal to run it
Any Solution?
Comments
-
I have never used ubilinux, but since it is based on Debian, I would assume autostart works the same here.
You should find plenty of information online about how to run commands / scripts on startup. For example:
https://debian-administration.org/article/28/Making_scripts_run_at_boot_time_with_Debian