10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
# Module metadata file for dummy process jobmodule
|
||
|
# Syntax is YAML 1.2
|
||
|
---
|
||
|
type: "job"
|
||
|
name: "dummyprocess"
|
||
|
interface: "process"
|
||
|
requires: []
|
||
|
command: "/bin/sh -c \"touch ~/calamares-dummyprocess\""
|
||
|
timeout: 5
|