summaryrefslogtreecommitdiffstats
path: root/Reaktor
diff options
context:
space:
mode:
authorroot <root@krebs>2011-09-09 23:10:53 +0200
committerroot <root@krebs>2011-09-09 23:10:53 +0200
commitffe8db22cddabfe7c351aacfe5d0323787420f1a (patch)
tree787123d5c76bceac04303e21d009935820600fa9 /Reaktor
parent76e4b36e48c443e6777658092ea3daa194fdeb48 (diff)
//Reaktor/commands/reload: initial commit
Diffstat (limited to 'Reaktor')
-rwxr-xr-xReaktor/commands/reload2
l---------Reaktor/public_commands/reload1
2 files changed, 3 insertions, 0 deletions
diff --git a/Reaktor/commands/reload b/Reaktor/commands/reload
new file mode 100755
index 00000000..1881be7d
--- /dev/null
+++ b/Reaktor/commands/reload
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec pkill -U nobody
diff --git a/Reaktor/public_commands/reload b/Reaktor/public_commands/reload
new file mode 120000
index 00000000..9a337850
--- /dev/null
+++ b/Reaktor/public_commands/reload
@@ -0,0 +1 @@
+../commands/reload \ No newline at end of file