Lines Matching refs:dropin
187 for dropin in service.d a-.service.d a-b-.service.d a-b-c.service.d; do
188 mkdir -p /usr/lib/systemd/system/$dropin
191 ExecCondition=/bin/echo $dropin
192 " >/usr/lib/systemd/system/$dropin/override.conf
194 check_ok a-b-c ExecCondition "/bin/echo $dropin"
196 for dropin in service.d a-.service.d a-b-.service.d a-b-c.service.d; do
197 rm -rf /usr/lib/systemd/system/$dropin
523 mkdir -p /tmp/testsuite-15-test15-a-dropin-directory
524 ln -s /tmp/testsuite-15-test15-a-dropin-directory /etc/systemd/system/test15-a.service.d
525 cat >/tmp/testsuite-15-test15-a-dropin-directory/override.conf <<EOF
529 …ln -s /tmp/testsuite-15-test15-a-dropin-directory-nonexistent /run/systemd/system/test15-a.service…
530 touch /tmp/testsuite-15-test15-a-dropin-directory-regular
531 …ln -s /tmp/testsuite-15-test15-a-dropin-directory-regular /usr/lib/systemd/system/test15-a.service…