summaryrefslogtreecommitdiff
path: root/src/backend/setJobs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/setJobs.py')
-rw-r--r--src/backend/setJobs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/backend/setJobs.py b/src/backend/setJobs.py
new file mode 100644
index 0000000..5a22b10
--- /dev/null
+++ b/src/backend/setJobs.py
@@ -0,0 +1,6 @@
+#!/usr/bin/python3
+
+import subprocess
+
+def start():
+ subprocess.call(['/usr/share/sisyphus/helpers/set_jobs'])