First commit
This commit is contained in:
commit
7693c29676
102 changed files with 11831 additions and 0 deletions
7
files/fixes/systemctl
Executable file
7
files/fixes/systemctl
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$1" == "reboot" ]; then
|
||||
/sbin/reboot
|
||||
elif [ "$1" == "poweroff" ]; then
|
||||
/sbin/poweroff
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue