borkers
authorChris Koeritz <fred@gruntose.com>
Mon, 6 Nov 2017 02:14:29 +0000 (02:14 +0000)
committerChris Koeritz <fred@gruntose.com>
Mon, 6 Nov 2017 02:14:29 +0000 (02:14 +0000)
scripts/customize/fred/scripts/vnc/restart_vnc_borker.sh [new file with mode: 0644]
scripts/customize/fred/scripts/vnc/stop_vnc_borker.sh [new file with mode: 0644]

diff --git a/scripts/customize/fred/scripts/vnc/restart_vnc_borker.sh b/scripts/customize/fred/scripts/vnc/restart_vnc_borker.sh
new file mode 100644 (file)
index 0000000..4fcf5bd
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+# stops the vnc server and restarts it.
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+sep
+sudo service vncserver stop
+sep
+echo after stopping vncserver
+echo
+psa vnc.*Xauth.*geom
+sep
+sudo service vncserver start
+sep
+echo after starting vncserver
+echo
+psa vnc.*Xauth.*geom
+sep
diff --git a/scripts/customize/fred/scripts/vnc/stop_vnc_borker.sh b/scripts/customize/fred/scripts/vnc/stop_vnc_borker.sh
new file mode 100644 (file)
index 0000000..4834407
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# stops the vnc server and restarts it.
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+sep
+sudo service vncserver stop
+sep
+echo after stopping vncserver
+echo
+psa vnc.*Xauth.*geom
+sep