73b8ecd622
- make the module weight 12, rather than special-casing internals
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
# Syntax is YAML 1.2
|
|
---
|
|
type: "job"
|
|
name: "unpackfs"
|
|
interface: "python"
|
|
script: "main.py"
|
|
requiredModules: [ mount ]
|
|
weight: 12
|