summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-05-24 11:18:58 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-08-08 10:18:08 +0200
commit180fd6bb16896ce8c76f1f8ebdb299a584abbce9 (patch)
treee34d0c900be77593383458efafa01972cfa529d3
parentd33beececa0267da38b0a5a2d3818b1e5a896c4b (diff)
downloadmajor-180fd6bb16896ce8c76f1f8ebdb299a584abbce9.tar.gz
major-180fd6bb16896ce8c76f1f8ebdb299a584abbce9.tar.bz2
major-180fd6bb16896ce8c76f1f8ebdb299a584abbce9.zip
Move watchers to separate directory
Current split is: - watchers: programs executed by cron - jobs: programs executed by queue - scripts: programs executed by jobs Change-Id: I522684417cd94729a76cf38c22d318c91f63ae2f
-rw-r--r--tsp/cronfile.example10
-rwxr-xr-xtsp/watchers/watch_diskspace.sh (renamed from tsp/jobs/watch_diskspace.sh)0
-rwxr-xr-xtsp/watchers/watch_sdb.sh (renamed from tsp/jobs/watch_sdb.sh)0
-rwxr-xr-xtsp/watchers/watch_symlinks.sh (renamed from tsp/jobs/watch_symlinks.sh)0
-rwxr-xr-xtsp/watchers/watch_usb.sh (renamed from tsp/jobs/watch_usb.sh)0
-rwxr-xr-xtsp/watchers/watcher.sh (renamed from tsp/jobs/watcher.sh)0
6 files changed, 5 insertions, 5 deletions
diff --git a/tsp/cronfile.example b/tsp/cronfile.example
index 543e658..c32d775 100644
--- a/tsp/cronfile.example
+++ b/tsp/cronfile.example
@@ -1,5 +1,5 @@
-*/10 * * * * /opt/testlab-major/tsp/jobs/watcher.sh
-0 */4 * * * /opt/testlab-major/tsp/jobs/watch_diskspace.sh
-0 * * * * /opt/testlab-major/tsp/jobs/watch_sdb.sh
-*/10 * * * * /opt/testlab-major/tsp/jobs/watch_usb.sh
-0 */8 * * * /opt/testlab-major/tsp/jobs/watch_symlinks.sh
+*/10 * * * * /opt/testlab-major/tsp/watchers/watcher.sh
+0 */4 * * * /opt/testlab-major/tsp/watchers/watch_diskspace.sh
+0 * * * * /opt/testlab-major/tsp/watchers/watch_sdb.sh
+*/10 * * * * /opt/testlab-major/tsp/watchers/watch_usb.sh
+0 */8 * * * /opt/testlab-major/tsp/watchers/watch_symlinks.sh
diff --git a/tsp/jobs/watch_diskspace.sh b/tsp/watchers/watch_diskspace.sh
index 9fd2e54..9fd2e54 100755
--- a/tsp/jobs/watch_diskspace.sh
+++ b/tsp/watchers/watch_diskspace.sh
diff --git a/tsp/jobs/watch_sdb.sh b/tsp/watchers/watch_sdb.sh
index 4546f9a..4546f9a 100755
--- a/tsp/jobs/watch_sdb.sh
+++ b/tsp/watchers/watch_sdb.sh
diff --git a/tsp/jobs/watch_symlinks.sh b/tsp/watchers/watch_symlinks.sh
index 7d722c9..7d722c9 100755
--- a/tsp/jobs/watch_symlinks.sh
+++ b/tsp/watchers/watch_symlinks.sh
diff --git a/tsp/jobs/watch_usb.sh b/tsp/watchers/watch_usb.sh
index 99282a4..99282a4 100755
--- a/tsp/jobs/watch_usb.sh
+++ b/tsp/watchers/watch_usb.sh
diff --git a/tsp/jobs/watcher.sh b/tsp/watchers/watcher.sh
index d5869ef..d5869ef 100755
--- a/tsp/jobs/watcher.sh
+++ b/tsp/watchers/watcher.sh