Am 15.10.19 um 06:15 schrieb Moji, Shashidhar: > We have VMware vApp based solution. Our application gets installed > during first boot. > > Till now we had SLES11 OS based VM and we upgraded to SLES12. Now we > have systemd instead of init scripts for service handling. > > In SLES11, we had service dependency configured in init scripts that was > holding back the login prompt until our application installation is > done. But in SLES12, we get the login prompt before our application is > installed. > > > > How to hold the login prompt until our application installation is > complete? We tried adding /Before=getty@.service/ in our application > install unit file, but its not helping. > > After=local-fs.target network-online.target > > Before=getty@.service did you try "Before=getty.target"? _______________________________________________ systemd-devel mailing list systemd-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/systemd-devel