summaryrefslogtreecommitdiff
path: root/src/hibernate-resume/Makefile
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@users.noreply.github.com>2016-11-11 23:28:06 -0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-11-11 21:28:06 -0500
commitc6dd36b65caa9acc03a8e77b7db752574cf36eb4 (patch)
tree122d9a897b8d228fabb708941bfb8bdaff1516ca /src/hibernate-resume/Makefile
parentf40771a58025b79b1eab554e68647d397392ea37 (diff)
systemctl: resolve symlinks when finding unit paths (#4545)
Otherwise we think the alias is the real unit, and may edit/cat the wrong unit. Before this patch: $ systemctl edit autovt@ # creates dropin in /etc/systemd/system/autovt@.service.d $ systemctl cat autovt@ | grep @.service # /lib/systemd/system/autovt@.service # that serial gettys are covered by serial-getty@.service, not this # /etc/systemd/system/autovt@.service.d/override.conf $ systemctl cat getty@ | grep @.service # /lib/systemd/system/getty@.service # that serial gettys are covered by serial-getty@.service, not this After this patch $ systemctl edit autovt@ # creates dropin in /etc/systemd/system/getty@.service.d $ systemctl cat autovt@ | grep @.service # /usr/lib/systemd/system/getty@.service # that serial gettys are covered by serial-getty@.service, not this # /etc/systemd/system/getty@.service.d/override.conf systemctl cat getty@ | grep @.service # /usr/lib/systemd/system/getty@.service # that serial gettys are covered by serial-getty@.service, not this # /etc/systemd/system/getty@.service.d/override.conf
Diffstat (limited to 'src/hibernate-resume/Makefile')
0 files changed, 0 insertions, 0 deletions