summaryrefslogtreecommitdiff
path: root/templates/show/shutdown/node.def
blob: ecc8c4b20c34a5ac145b24689dc5266cdb09c57e (plain)
1
2
3
4
5
6
7
8
help: Show scheduled shutdown
run: if [ -f /var/run/shutdown.pid ]
     then if [ -r /tmp/shutdown.at ]
	  then echo -n "Shutdown pending at"; cat /tmp/shutdown.at
	  else echo "Shutdown pending"
	  fi
     else echo "No shutdown pending"
     fi