Hi,
I have a command line application (without GUI) which after executing does get input from user with its command prompt (image below). and do not exits unless user shutdown it with sending shutdown command into its command prompt. It's file name in 'app' and its path is 'home/sur/exe', and i can simply start the app with this command:
i did set an item in it for my 'app' file, but after reboot my file do not executes, even cannot find it's process with 'ps aux' command.
I need to run my file on linux startup. can anyone help please?
i did add execution script (bash script) to /etc/init.d/ folder once, but my raspberry pi did not booted at all so i removed execution script from init.d folder.
āsurā is my user name in ubuntu mate, and app it an executable file which is not a well known application. I execute that file using terminal (> ./app) and executes normally (like image in post 1). problem is with setting it on startupā¦
Anyways, the file is binary file and iām not sure i did placed correct format of command in āStartup Applications Preferenceā in my last tries who failed.
Can you also say how to pass arguments to app file while using mate-terminal -e?