Artificial intelligent assistant

How to add StartUp application in Arch Linux I am using Arch Linux, I want to add a start-up program in Arch Linux. **How to add start-up program which will execute after login after every boot ?** Note: I am not system administrator, I am just a user and I don’t have any special privileges.

If you have Vixie `cron` installed, you can add a @reboot entry in your `crontab` file:


Instead of the first five fields, one of eight special strings may
appear:

string meaning
------ -------
@reboot Run once, at startup.


There you can take some action (i.e. writing some unique file) that you can check for during logging in (and remove that unique file) and execute your functionality once, after each reboot. On the second login (without a reboot) that unique file will not be available.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 9751692493da0141b6801c27b1e66f79