From dc45c9c947275956762f29095b56bb0d6d02fd89 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 9 Sep 2011 23:10:53 +0200 Subject: //Reaktor/commands/reload: initial commit --- commands/reload | 2 ++ public_commands/reload | 1 + 2 files changed, 3 insertions(+) create mode 100755 commands/reload create mode 120000 public_commands/reload 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 -- cgit v1.2.3