Hello everybody:
Usually I must restart X server to update changes, and in EasyOS_daedalus I must right click, go to ShutDown, Rectify, Restart X server.
How can I create a script to restart x server in one click?
If possible... how to create one to REBOOT COMPUTER?
---------------------------
You helped me to create a suspend script, so now I only need to click on a Direct Access to suspend computer.
How can I do this fot RESTART X SERVER ??
N.b.- Suspend script was:
Code: Select all
#!/bin/sh
# Set suspend:
echo -n mem >/sys/power/state
----------------------------
Can you tell me all the code I must write in the Script? (copy and paste)
Thanks in advance