1b23520f20
In spite of there being considerable documentation sometimes in the config file, we go with CC0 because we don't want the notion of 'derived work' of a config file. The example `settings.conf` is also CC0. Add some docs to it while we're at it.
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
# Syntax is YAML 1.2
|
|
---
|
|
type: "job"
|
|
name: "unpackfs"
|
|
interface: "python"
|
|
script: "main.py"
|
|
requiredModules: [ mount ]
|
|
weight: 12
|