summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-07 21:25:24 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-12 10:22:51 +0200
commit6824c132e95ac74cface6c1e2651fa156616faaa (patch)
treeac92ae69cf9b12660f69f2dd970b2ff393f0c631 /man/systemd.service.xml
parent172338d51bfa0cea3e035094d024a82c2ebb2fcb (diff)
downloadsystemd-6824c132e95ac74cface6c1e2651fa156616faaa.tar.gz
systemctl: add service-log-{level,target} verbs
Heavily inspired by #15622. This adds: systemctl service-log-level systemd-resolved systemctl service-log-level systemd-resolved info systemctl service-log-target systemd-resolved systemctl service-log-target systemd-resolved console We already have systemctl verbs log-level, log-target, and service-watchdogs. Those two new verbs tie nicely into this scheme.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 124fa383ab..d11e37da84 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -292,10 +292,11 @@
<varlistentry>
<term><varname>BusName=</varname></term>
- <listitem><para>Takes a D-Bus bus name that this service is
- reachable as. This option is mandatory for services where
- <varname>Type=</varname> is set to
- <option>dbus</option>.</para>
+ <listitem><para>Takes a D-Bus destination name that this service shall use. This option is mandatory
+ for services where <varname>Type=</varname> is set to <option>dbus</option>. It is recommended to
+ always set this property if known to make it easy to map the service name to the D-Bus destination.
+ In particular, <command>systemctl service-log-level/service-log-target</command> verbs make use of
+ this.</para>
</listitem>
</varlistentry>