From 5e95d487982b9362b544139b98d1da55fa6ef78c Mon Sep 17 00:00:00 2001 From: PS
Date: Sat, 7 Feb 2026 10:20:30 +0100 Subject: Add doc --- doc/bin/oneshot-make.html | 101 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 doc/bin/oneshot-make.html (limited to 'doc/bin/oneshot-make.html') diff --git a/doc/bin/oneshot-make.html b/doc/bin/oneshot-make.html new file mode 100644 index 0000000..1b285c6 --- /dev/null +++ b/doc/bin/oneshot-make.html @@ -0,0 +1,101 @@ + + +
+ + + +
+ goetia-base
+
+ goetia
+
+ Software
+
+ 0x53.net
+
+ oneshot-make contains boilerplate code + required to create the + source directory + of a oneshot service + based on strings. +
+oneshot-make workingdir name upscript downscript dependencies+
dependencies can only be one of "dependency1 dependency2 ..." | none.
+ workingdir/name
+ workingdir/name/type
+ and writes the line oneshot to it.
+ workingdir/name/up
+ and writes upscript to it.
+ workingdir/name/down
+ and writes downscript to it.
+ dependencies is not none:
+ workingdir/name/dependencies.d
+ is created.
+ "dependency1 dependency2 ..." in
+ dependencies separated by spaces,
+ a file
+ workingdir/name/dependencies.d/dependency
+ is created.
+