From 27514d58573ce1f844af4ea60afa72c7f58f1cd7 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 21 Aug 2025 22:09:29 +0200 Subject: vault backup: 2025-08-21 22:09:29 --- Systemd input output redirection.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Systemd input output redirection.md (limited to 'Systemd input output redirection.md') diff --git a/Systemd input output redirection.md b/Systemd input output redirection.md new file mode 100644 index 0000000..5cc75ca --- /dev/null +++ b/Systemd input output redirection.md @@ -0,0 +1,24 @@ +[[Systemd]] +[Upstream documentation](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Logging%20and%20Standard%20Input/Output) + +`StandardOutput=` +`DefaultStandardError=inherit` +`StandardError=DefaultStandardError` + +`StandardInput=` +`StandardInputText=` +`StandardInputData=` + +##### Outputs +- `inherit` +- `null` +- `tty` +- `journal` +- `kmsg` +- `journal+console` +- `kmsg+console` +- `file:path` (overwrites file) +- `append:path` +- `truncate:path` +- `socket` +- `fd:name` \ No newline at end of file -- cgit v1.2.3