Quote:
Originally Posted by elico
What is "non-systemd system" ?
Elico
|
Open a terminal and issue:
it will tell if you are on a systemd or init-based system.
If the result says init, then an /etc/rc.local file, if present and and enabled can be considered an "auto executing" batch file, of sorts.
The commands in the file execute after services start but before a GUI Desktop, (or its Login Manager).
So. Before user, after system, rc.local
After user logs in, ~/.config/autostart/ for (few,some,all) recent desktops also has cmd.desktop entries.
Those will load after logging in to the desktop.
Have Fun.