Last active
July 30, 2019 11:32
-
-
Save ugifractal/c4a4ed71bb5b0cff6dd725ffa8318be4 to your computer and use it in GitHub Desktop.
this is how I made openauto start automatically on raspberry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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