mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 01:27:11 +03:00
5892a914d1
Add a new config 'Activating' directive which denotes whether a busname is actually registered on the bus. It defaults to 'yes'. If set to 'no', the .busname unit only uploads policy, which will remain active as long as the unit is running.
16 lines
483 B
Plaintext
16 lines
483 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=systemd busname unit
|
|
Documentation=man:systemd-hostnamed.service(8)
|
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd
|
|
|
|
[BusName]
|
|
Activating=no
|
|
AllowWorld=talk
|