add script to start OS in local workstation configuration
This commit is contained in:
parent
44645d5413
commit
dcdf248c88
1 changed files with 7 additions and 0 deletions
7
local.sh
Executable file
7
local.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
service netif stop wlan0
|
||||||
|
service sshd restart
|
||||||
|
|
||||||
|
service sddm stop
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue