Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop busname unit type | Zbigniew Jędrzejewski-Szmek | 2017-07-23 | 1 | -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) | AsciiWolf | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | units: improve Description= for systemd's own busname unit | Lennart Poettering | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | bus: provide org.freedesktop.systemd1.busname for systemd --user | Kay Sievers | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | busname: introduce Activating directive | Daniel Mack | 2014-03-19 | 1 | -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. |