summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbyszek <zbyszek@web>2024-02-22 12:49:24 +0100
committerIkiWiki <ikiwiki.info>2024-02-22 12:49:24 +0100
commit018885aad36d3b3f6719f4d86d6a849c2da72fdd (patch)
tree7cbf74d5350d1464c1553d75943a3ff52feeb036
parent14d57588212885ff275ee01446e548145c119ec8 (diff)
Mark as obsolete
-rw-r--r--Software/systemd/DaemonSocketActivation.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/systemd/DaemonSocketActivation.mdwn b/Software/systemd/DaemonSocketActivation.mdwn
index d0627e35..a52ad8db 100644
--- a/Software/systemd/DaemonSocketActivation.mdwn
+++ b/Software/systemd/DaemonSocketActivation.mdwn
@@ -1,3 +1,19 @@
+
+
+---
+
+---
+
+---
+
+**This page has been obsoleted and replaced: [[https://systemd.io/userdocs/DAEMON_SOCKET_ACTIVATION.html]].**
+
+---
+
+---
+
+---
+
## nginx
nginx includes an undocumented, internal socket-passing mechanism based on the `NGINX` environmental variable. It uses this to perform reloads without having to close and reopen its sockets, but it's also useful for socket activation.