linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

rc.shutdown

(112B)


      1 #!/bin/sh
      2 
      3 PATH=/bin
      4 args=
      5 
      6 case $1 in
      7 poweroff) args=-p;;
      8 reboot)	args=-r;;
      9 esac
     10 
     11 exec /libexec/shutdown $args