b0bcdba867
- The mount module must happen before unpackfs because that (mount) module sets up the root mount point (in /tmp) and some other variables needed later.
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
# Syntax is YAML 1.2
|
|
---
|
|
type: "job"
|
|
name: "unpackfs"
|
|
interface: "python"
|
|
script: "main.py"
|
|
requiredModules:
|
|
- mount
|