Re: Inactive service of hello world #yocto
What does your 'Hello World' service do? Just print 'Hello World' to the console and then exit? If so that would be the reason why it is inactive. Systemd starts it and then it exits. Typically, services keep running (except for some special cases) once they are started. That's what makes them a service. To stop them 'systemctl stop <service>' is used. By default systemctl sends SIGTERM to tell the service to clean up and terminate itself. :rjs
On Tue, Sep 7, 2021, 10:20 <yasminebenghozzi6@...> wrote: Hi everyone,
|
|