summaryrefslogtreecommitdiff
path: root/man/systemd-sysctl.service.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-21 19:03:17 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-22 18:23:02 +0200
commitd9b4b48f3fee12293cc911929d1d92a01a5c69c9 (patch)
tree3a5b2795916e61cd9823e149afcd11b3a674823e /man/systemd-sysctl.service.xml
parent5cd8ae31527384dcdbd1e9d2c7e7cd3a803222f8 (diff)
downloadsystemd-d9b4b48f3fee12293cc911929d1d92a01a5c69c9.tar.gz
install: consider non-Alias=/non-DefaultInstance= symlinks as "indirect" enablement
I think this matches the spirit of "indirect" well: the unit *might* be active, even though it is not "installed" in the sense of symlinks created based on the [Install] section. The changes to test-install-root touch the same lines as in the previous commit; the change in each case is from assert_se(unit_file_get_state(...) >= 0 && state == UNIT_FILE_ENABLED) to assert_se(unit_file_get_state(...) >= 0 && state == UNIT_FILE_DISABLED) to assert_se(unit_file_get_state(...) >= 0 && state == UNIT_FILE_INDIRECT) in the last two commits.
Diffstat (limited to 'man/systemd-sysctl.service.xml')
0 files changed, 0 insertions, 0 deletions