From dcdf248c88b4e10266883b19eb87b01b68d2639c Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:13:17 +0300 Subject: [PATCH] add script to start OS in local workstation configuration --- local.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 local.sh diff --git a/local.sh b/local.sh new file mode 100755 index 0000000..5dc2d14 --- /dev/null +++ b/local.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +service netif stop wlan0 +service sshd restart + +service sddm stop +