On 08/07/2019 04:11 PM, JH wrote: > Hi, > > Most of the services are started in boot, how can I have create a > service only to be active in shutdown (not in boot) to clean up? > > Thank you. > > Kind regards, > > - jh Make use of ExecStop, leave ExecStart to be empty.