angler-fishThe Vulnerability History Project

core: move specifier expansion out of service.c/socket.c

      This monopolizes unit file specifier expansion in load-fragment.c, and removes
it from socket.c + service.c. This way expansion becomes an operation done exclusively at time of loading unit files.

Previously specifiers were resolved for all settings during loading of unit
files with the exception of ExecStart= and friends which were resolved in
socket.c and service.c. With this change the latter is also moved to the
loading of unit files.

Fixes: #3061
    
commit 5125e76243c56662d9d0d91385a01ae8cb271e71
+27 -37
+7 -2
+7 -1
expand_less