From 49098cf9c6055b85a4cd0dcb4a0d57fc003310f4 Mon Sep 17 00:00:00 2001 From: PS Date: Sat, 7 Feb 2026 10:36:49 +0100 Subject: Add doc --- doc/source/system/other/local.html | 69 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 doc/source/system/other/local.html (limited to 'doc/source/system/other/local.html') diff --git a/doc/source/system/other/local.html b/doc/source/system/other/local.html new file mode 100644 index 0000000..aa943e2 --- /dev/null +++ b/doc/source/system/other/local.html @@ -0,0 +1,69 @@ + + + + + + + local service + + + +
+

+ goetia-linux +
+ goetia +
+ Software +
+ 0x53.net +

+
+ +

The local service

+

+ local is a + oneshot service. +

+ +

+ The files are executed in random order + and in parallel. +

+
+

Examples

+

+ An executable file /etc/local.d/echo.up + with the content +

+#!/bin/execlineb -P
+
+echo "example"
+        		
+ would be executed and write "example" to the system log + upon starting the service local. +

+

+ An executable file /etc/local.d/echo.down + with the content +

+#!/bin/execlineb -P
+
+echo "example"
+        		
+ would be executed and write "example" to the system log + upon stopping the service local. +

+
+ + -- cgit v1.2.3