summaryrefslogtreecommitdiff
path: root/Software/systemd/syslog.mdwn
diff options
context:
space:
mode:
authorzbyszek <zbyszek@web>2024-02-22 12:44:34 +0100
committerIkiWiki <ikiwiki.info>2024-02-22 12:44:34 +0100
commite161b1a0d2a42cbaff7ca2dac7b32d40b7a09bc2 (patch)
tree974ab3dc60fcb1feed42d1eee9a538c31a372c51 /Software/systemd/syslog.mdwn
parentb3039719410df786c28f3384f7b24505befff96b (diff)
Mark as obsolete
Diffstat (limited to 'Software/systemd/syslog.mdwn')
-rw-r--r--Software/systemd/syslog.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/Software/systemd/syslog.mdwn b/Software/systemd/syslog.mdwn
index 6843395d..929ca708 100644
--- a/Software/systemd/syslog.mdwn
+++ b/Software/systemd/syslog.mdwn
@@ -1,6 +1,20 @@
[[Back to systemd|http://www.freedesktop.org/wiki/Software/systemd/]]
+---
+
+---
+
+---
+
+**This page has been obsoleted and replaced: [[https://systemd.io/devdocs/SYSLOG.html]].**
+
+---
+
+---
+
+---
+
# Writing syslog Daemons Which Cooperate Nicely With systemd
Here are a few notes on things to keep in mind when you work on a classic BSD syslog daemon for Linux, to ensure that your syslog daemon works nicely together with systemd. If your syslog implementation does not follow these rules, then it will not be compatible with systemd v38 and newer.