summaryrefslogtreecommitdiffstats
path: root/tupkg/scripts/run-tupkgs
diff options
context:
space:
mode:
Diffstat (limited to 'tupkg/scripts/run-tupkgs')
-rwxr-xr-xtupkg/scripts/run-tupkgs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tupkg/scripts/run-tupkgs b/tupkg/scripts/run-tupkgs
new file mode 100755
index 0000000..429f815
--- /dev/null
+++ b/tupkg/scripts/run-tupkgs
@@ -0,0 +1,4 @@
+#!/bin/bash
+aurroot=/srv/http/aur
+
+nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 &