mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
apache poweroff service
This commit is contained in:
parent
ddcba12b1f
commit
396c4cad72
1 changed files with 5 additions and 0 deletions
5
roles/httpd/files/html/services/power_off.php
Normal file
5
roles/httpd/files/html/services/power_off.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
echo exec ( "sudo poweroff");
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue