2020-08-21 19:54:36 +02:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2014-07-25 16:49:16 +02:00
|
|
|
# Syntax is YAML 1.2
|
|
|
|
---
|
|
|
|
type: "job"
|
2014-08-19 11:30:59 +02:00
|
|
|
name: "unpackfs"
|
2014-07-25 16:49:16 +02:00
|
|
|
interface: "python"
|
2017-08-08 22:45:09 +02:00
|
|
|
script: "main.py"
|
2020-08-12 09:36:30 +02:00
|
|
|
requiredModules: [ mount ]
|
2020-08-12 16:03:25 +02:00
|
|
|
weight: 12
|