summaryrefslogtreecommitdiffstats
path: root/units/org.freedesktop.systemd1.busname (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop busname unit typeZbigniew Jędrzejewski-Szmek2017-07-231-15/+0
| | | | | | | Since busname units are only useful with kdbus, they weren't actively used. This was dead code, only compile-tested. If busname units are ever added back, it'll be cleaner to start from scratch (possibly reverting parts of this patch).
* units: use https for the freedesktop url (#6227)AsciiWolf2017-06-291-1/+1
|
* units: improve Description= for systemd's own busname unitLennart Poettering2015-01-071-1/+1
|
* bus: provide org.freedesktop.systemd1.busname for systemd --userKay Sievers2014-03-261-1/+1
|
* busname: introduce Activating directiveDaniel Mack2014-03-191-0/+15
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.