mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-03 22:35:45 -05:00
10 lines
226 B
Text
10 lines
226 B
Text
|
# 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
|