summaryrefslogtreecommitdiffstats
path: root/tags/s/systemd-service-file-uses-deprecated-syslog-facility.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/s/systemd-service-file-uses-deprecated-syslog-facility.tag')
-rw-r--r--tags/s/systemd-service-file-uses-deprecated-syslog-facility.tag11
1 files changed, 11 insertions, 0 deletions
diff --git a/tags/s/systemd-service-file-uses-deprecated-syslog-facility.tag b/tags/s/systemd-service-file-uses-deprecated-syslog-facility.tag
new file mode 100644
index 0000000..71db78c
--- /dev/null
+++ b/tags/s/systemd-service-file-uses-deprecated-syslog-facility.tag
@@ -0,0 +1,11 @@
+Tag: systemd-service-file-uses-deprecated-syslog-facility
+Severity: warning
+Check: systemd
+Explanation: The specified systemd service file specifies
+ <code>StandardOutput=</code> or <code>StandardError=</code> that references
+ <code>syslog</code> or <code>syslog-console</code>.
+ .
+ This is discouraged, and systemd versions 246 and above will log a
+ warning about this.
+See-Also:
+ https://github.com/systemd/systemd/blob/6706384a89ae0c462e7172588c80667190c4d9e2/NEWS#L724