One last thing I’m looking for is a way to shutdown this headless system more elegant.
Currently I can
- Shutdown by MS Remote Desktop
- SSH to this machine and
Code: Select all
sudo shutdown now
Any suggestions?
Code: Select all
sudo shutdown now
Code: Select all
#!/bin/bash
/usr/sbin/poweroff
Code: Select all
// System shutdown (immediate)
systemcommand:/home/[pathtoyourscript]/poweroff.sh arg: