aboutsummaryrefslogtreecommitdiffstats
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
commitdc45c9c947275956762f29095b56bb0d6d02fd89 (patch)
treef04e19d02cb06b18009c48fa81b9311c9d6311b5
parenta5335258dc9dfb1d990d0a52de7aa47f29a0f64d (diff)
//Reaktor/commands/reload: initial commit
-rwxr-xr-xcommands/reload2
l---------public_commands/reload1
2 files changed, 3 insertions, 0 deletions
diff --git a/commands/reload b/commands/reload
new file mode 100755
index 0000000..1881be7
--- /dev/null
+++ b/commands/reload
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec pkill -U nobody
diff --git a/public_commands/reload b/public_commands/reload
new file mode 120000
index 0000000..9a33785
--- /dev/null
+++ b/public_commands/reload
@@ -0,0 +1 @@
+../commands/reload \ No newline at end of file