summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-03 15:57:24 +0100
committerSimon Rettberg2017-11-03 15:57:24 +0100
commit3230b55c7794e684ce37ede6450e5e904337d3ea (patch)
tree99853594728d37f9dd724f6aa6e5737fba2012fa /inc
parent[syslog] api: Relax spam protection (diff)
downloadslx-admin-3230b55c7794e684ce37ede6450e5e904337d3ea.tar.gz
slx-admin-3230b55c7794e684ce37ede6450e5e904337d3ea.tar.xz
slx-admin-3230b55c7794e684ce37ede6450e5e904337d3ea.zip
[inc/event] Don't try to start DozmodLauncher task - doesn't exist
Diffstat (limited to 'inc')
-rw-r--r--inc/event.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/event.inc.php b/inc/event.inc.php
index a16be97b..66601607 100644
--- a/inc/event.inc.php
+++ b/inc/event.inc.php
@@ -31,10 +31,6 @@ class Event
$ldadpId = Trigger::ldadp();
$ipxeId = Trigger::ipxe();
- Taskmanager::submit('DozmodLauncher', array(
- 'operation' => 'start'
- ));
-
// Check status of all tasks
// Mount vm store
if ($mountId === false) {