mirror of https://github.com/cutefishos/calamares
Add dummy process job module.
parent
db84262a8e
commit
25f44492e9
@ -0,0 +1,9 @@
|
||||
# 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
|
Loading…
Reference in New Issue