mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-03 14:25:47 -05:00
9 lines
235 B
Text
9 lines
235 B
Text
# Module metadata file for dummy process jobmodule
|
|
# Syntax is YAML 1.2
|
|
---
|
|
type: "job"
|
|
name: "dummyprocess"
|
|
interface: "process"
|
|
chroot: false
|
|
command: "/bin/sh -c \"touch ~/calamares-dummyprocess\""
|
|
timeout: 5
|