summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2013-06-26 23:29:29 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-06-26 23:29:29 +0200
commit3759c1b43519a569cd61a7924bc0de08fec4fe3f (patch)
treec76f70d408813eb366e37f2cdb972ef73132765f
parent4d34c063cf248dbb2db283dad17b03e87b7c0888 (diff)
downloadinit-system-helpers-3759c1b43519a569cd61a7924bc0de08fec4fe3f.tar.gz
deb-systemd-invoke: remove wrong documentation (copy & paste mistake)
-rwxr-xr-xscript/deb-systemd-invoke5
1 files changed, 0 insertions, 5 deletions
diff --git a/script/deb-systemd-invoke b/script/deb-systemd-invoke
index d157530..fbc5aea 100755
--- a/script/deb-systemd-invoke
+++ b/script/deb-systemd-invoke
@@ -42,11 +42,6 @@ B<deb-systemd-invoke> start|stop|restart S<I<unit file> ...>
B<deb-systemd-invoke> is a Debian-specific helper script which asks
/usr/sbin/policy-rc.d before performing a systemctl call.
-The "enable" action will only be performed once (when first installing the
-package). On the first "enable", an state file is created which will be deleted
-upon "disable", but only when _DEB_SYSTEMD_HELPER_PURGE=1 to distinguish purge
-from remove.
-
B<deb-systemd-invoke> is intended to be used from maintscripts to start
systemd unit files. It is specifically NOT intended to be used interactively by
users. Instead, users should run systemd and use systemctl, or not bother about