I have shipped service that has incorrect dependency so it never runs, in this case After:
bor@opensuse:~/src/mkinitrd> grep After /lib/systemd/system/purge-kernels.service After=local_fs.target If I now try to .include unit file in /etc, After is augmented: bor@opensuse:~/src/mkinitrd> cat /etc/systemd/system/purge-kernels.service .include /lib/systemd/system/purge-kernels.service [Unit] After=local-fs.target bor@opensuse:~/src/mkinitrd> systemctl show --no-pager -p After purge-kernels.service After=local_fs.target local-fs.target systemd-journald.socket basic.target Which is correct ... except this is exactly what I want to change in this case :) May be add something like this? After-=local_fs.target Or is the case far too exotic? -andrey P.S. and yet again - service that was never even attempted due to failed dependencies is quite hard to spot. There is no error, it is not shown in "systemctl --failed", it simply is not there. I miss some easy way to ask "show me all services that are pulled in by current target but could not be started for some reasons". _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel