summaryrefslogtreecommitdiffstats
path: root/tags/s/systemd-service-file-refers-to-var-run.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/s/systemd-service-file-refers-to-var-run.tag')
-rw-r--r--tags/s/systemd-service-file-refers-to-var-run.tag13
1 files changed, 13 insertions, 0 deletions
diff --git a/tags/s/systemd-service-file-refers-to-var-run.tag b/tags/s/systemd-service-file-refers-to-var-run.tag
new file mode 100644
index 0000000..2eb00d2
--- /dev/null
+++ b/tags/s/systemd-service-file-refers-to-var-run.tag
@@ -0,0 +1,13 @@
+Tag: systemd-service-file-refers-to-var-run
+Severity: info
+Check: systemd
+Explanation: The specified systemd service file declares a <code>PIDFile=</code>
+ that references <code>/var/run</code>.
+ .
+ <code>/var/run</code> is now merely a symlink pointing to <code>/run</code> and
+ thus it is now considered best practice that packages use <code>/run</code>
+ directly.
+ .
+ Please update the specified service file.
+Renamed-From:
+ systemd-service-file-pidfile-refers-to-var-run