summaryrefslogtreecommitdiffstats
path: root/tags/s/systemd-service-file-wraps-init-script.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/s/systemd-service-file-wraps-init-script.tag')
-rw-r--r--tags/s/systemd-service-file-wraps-init-script.tag11
1 files changed, 11 insertions, 0 deletions
diff --git a/tags/s/systemd-service-file-wraps-init-script.tag b/tags/s/systemd-service-file-wraps-init-script.tag
new file mode 100644
index 0000000..8a895e6
--- /dev/null
+++ b/tags/s/systemd-service-file-wraps-init-script.tag
@@ -0,0 +1,11 @@
+Tag: systemd-service-file-wraps-init-script
+Severity: warning
+Check: systemd
+Explanation: The listed service file simply uses ths existing SysV init script
+ via ExecStart, ExecStop, etc.
+ .
+ The main logic of more complex init scripts should be moved into helper
+ scripts which can be used directly from both the .service file and the
+ init script. This will also make the init scripts more readable and easier
+ to support other alternatives. Note that as /etc/init.d/* files are
+ conffiles, such updates are not guaranteed to reach users.