On Tue, Aug 30, 2016 at 6:31 PM, lin webber <webber...@outlook.com> wrote:
> > > hello: > I have a question about systemd unit. I'm using ubuntu 16.04 whih > lightdm display manager . I have a service that I want to start it > completely before the lightdm service . it means that my service and > lightdm is not parallel started . how can i write my unit file ,and what > to add in my service code ? > Use a Type= that lets systemd know when your service has 'started', e.g. Type=forking, Type=notify, or Type=dbus. e.g. for Type=notify make sure to call sd_notify(0, "READY=1") after startup. Then add "Before=lightdm.service" to [Unit]. -- Mantas Mikulėnas <graw...@gmail.com>
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel