forked from snxraven/autoinstallers
first commit
This commit is contained in:
6
install/startfiles/webmin
Normal file
6
install/startfiles/webmin
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
export CID=$(basename $(cat /proc/1/cpuset))
|
||||
service ssh start
|
||||
sh /var/tools/getsystemctl.sh
|
||||
service webmin start
|
||||
tail -f /dev/null
|
Reference in New Issue
Block a user