.B Using system-kresd.slice
+The following commands may not work with older systemd (e.g. on CentOS 7).
+See notes for more info.
+
The easiest way to view the status of systemd-supervised \fBkresd\fR
instances is to use the \fIsystem-kresd.slice\fR:
service can be started or enabled in the same way as in the examples below, but
it doesn't have any sockets associated with it.
+.IP * 2
+Controlling the service with \fIsystem-kresd.slice\fR requires newer systemd.
+It may not work in some distributions, notably CentOS 7. To control multiple
+kresd instances, use \fIkresd@*.service\fR or \fIBrace Expansion\fR mentioned
+below.
+
.SH "EXAMPLES"
.B Single instance
To start all enabled daemons:
.nf
.RS
-.B systemctl start 'kresd@*.service'
+.B systemctl start --all 'kresd@*.service'
.RE
.fi