summaryrefslogtreecommitdiff
path: root/src/core/unit-printf.c
AgeCommit message (Collapse)Author
2012-12-19unit: add %U for uids in unitsDaniel Wallace
2012-11-15core: fix %h, %s, %p handling in templates in user sessionOleksii Shevchuk
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
Note: I did s/MANAGER/SYSTEMD/ everywhere, even though it makes the patch quite verbose. Nevertheless, keeping MANAGER prefix in some places, and SYSTEMD prefix in others would just lead to confusion down the road. Better to rip off the band-aid now.
2012-09-18unit-printf: add specifiers for the host name, machine id, boot idLennart Poettering
2012-09-18unit-printf: before resolving exec context specifiers check whether the ↵Lennart Poettering
object actually has an exec context
2012-09-18unit: split unit_printf() and friends into its own .c fileLennart Poettering