diff options
author | pjmattal <pjmattal> | 2005-04-11 15:12:07 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-11 15:12:07 +0000 |
commit | 62c472f70f473db7946bc983fa7c41af6646a239 (patch) | |
tree | e2421fec494dde38c756377af44244fe2438c57d /support/scripts/run-tupkgs | |
parent | f6fb9943b7b5c4e6544a731651bb74253e5514e0 (diff) | |
download | aurweb-62c472f70f473db7946bc983fa7c41af6646a239.tar.xz |
checked in scripts for launch (in /home/aur) to support/scripts
added guidelines to the main index page
Diffstat (limited to 'support/scripts/run-tupkgs')
-rwxr-xr-x | support/scripts/run-tupkgs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/scripts/run-tupkgs b/support/scripts/run-tupkgs new file mode 100755 index 0000000..b5b3cb8 --- /dev/null +++ b/support/scripts/run-tupkgs @@ -0,0 +1,3 @@ +#!/bin/bash + +nohup /home/aur/aur/tupkg/server/tupkgs -c /home/aur/tupkgs.conf >/home/aur/tupkgs.log 2>&1 & |