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.
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
# Module metadata file for dummy process jobmodule
|
|
# Syntax is YAML 1.2
|
|
---
|
|
type: "job"
|
|
name: "dummyprocess"
|
|
interface: "process"
|
|
chroot: false
|
|
command: "/bin/sh -c \"sleep 5 ; touch ~/calamares-dummyprocess\""
|
|
timeout: 8
|