Tagged Questions
0
votes
0answers
79 views
Is it possible to have my desktop loaded before login? [closed]
I am connecting to the system with Putty (this is Windows SSH client) then running some service in interactive personal mode.
For example this is a script to run freeswitch:
dims@nebulla:~$ cat ...
1
vote
2answers
9k views
Auto running bash script on login
I wanted to make a script which ran automatically on login so I put it into the file ~/bash.profile, but it didnt run. When I put it in bashrc, it ran on opening a terminal.
What I was doing in the ...