Skip to content

Instantly share code, notes, and snippets.

@ugifractal
Last active July 30, 2019 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugifractal/c4a4ed71bb5b0cff6dd725ffa8318be4 to your computer and use it in GitHub Desktop.
Save ugifractal/c4a4ed71bb5b0cff6dd725ffa8318be4 to your computer and use it in GitHub Desktop.
this is how I made openauto start automatically on raspberry
$ cd ~/.config
$ mkdir autostart
$ cd autostart
$ sudo nano autoapp.desktop
then copy this:
[Desktop Entry]
Name=Autoapp
Exec=sudo /home/pi/openauto/bin/autoapp
Type=Application
press ctrl+o
enter then press ctrl+x
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment