Activity
From 12/23/2022 to 01/21/2023
01/04/2023
- JC 10:18 PM Software Development: RE: Autoboot Linux in terminal
- Hi Demon, Just noticed you posted in an old thread. Could you create a new one describing what your trying to accomplish so it doesn't get mixed up with this one? It's fine to link to this one.
- JC 10:16 PM Software Development: RE: Autoboot Linux in terminal
- Demon Demonof wrote in message#6267:
> Hello!
> ...
Hi sorry for the late response. What you are asking for is pretty unusual. Why do you want your app to auto-run in the terminal on boot? Maybe we can find a better solution
12/23/2022
- DD 06:25 AM Software Development: RE: Autoboot Linux in terminal
- Hello!
I have a service "myApp.service". I want to autostart Linux myApp in terminal without background mode.
@
[Unit]
Description=myApp
After=network.service
[Service]
Type=simple
WorkingDirectory=/home/roo...