]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- descriptive fake service masking SysV rc-inetd script
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 11 Jun 2012 11:12:56 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-inetd.service -> 1.1

rc-inetd.service [new file with mode: 0644]

diff --git a/rc-inetd.service b/rc-inetd.service
new file mode 100644 (file)
index 0000000..2038570
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# rc-inetd services are started natively by systemd,
+# use "systemctl --system damon-reload" to regenerate rc-inetd services
+#
+
+[Unit]
+Description=rc-inetd services are started natively by systemd, use "systemctl --system damon-reload" to regenerate rc-inetd services
+
+[Service]
+Type=oneshot
+StandardOutput=syslog+console
+RemainAfterExit=true
+ExecStart=-/bin/echo 'rc-inetd services are started natively by systemd, use "systemctl --system damon-reload" to regenerate rc-inetd services.'
This page took 0.037949 seconds and 4 git commands to generate.