# \[SOLVED\] Disable Legato application auto-start

**URL:** https://forum.legato.io/t/solved-disable-legato-application-auto-start/2454
**Category:** Legato Application Framework
**Created:** [May 12, 2017, 9:25am UTC](https://forum.legato.io/t/solved-disable-legato-application-auto-start/2454 "2017-05-12T09:25:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![GuillaumeCarel](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.legato.io/guillaumecarel/32/151_2.png) [@GuillaumeCarel](https://forum.legato.io/u/GuillaumeCarel)
#### Post date: [May 12, 2017, 9:25am UTC](https://forum.legato.io/t/solved-disable-legato-application-auto-start/2454/1 "2017-05-12T09:25:44Z")

</div>

Hello everyone,

I’m discovering Legato framework (16.10.1) and I have an issue with it for my project :

when I turn on the plateform all my applications start automatically with Legato, I would like to disable that auto-start for **one specific application** (not all of them).

Any clues how to do it ?

Regards.

---

<div class="post-metadata">

### Author: ![kdunwoody](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.legato.io/kdunwoody/32/500_2.png) [@kdunwoody](https://forum.legato.io/u/kdunwoody)
#### Post date: [May 12, 2017, 8:24pm UTC](https://forum.legato.io/t/solved-disable-legato-application-auto-start/2454/2 "2017-05-12T20:24:05Z")

</div>

Setting the application to [start: manual](http://legato.io/legato-docs/latest/defFilesAdef.html#defFilesAdef_start) should do what you want. This can be done either in the .adef file for the application, or in the .sdef file for the system if your application is part of a system.

---

<div class="post-metadata">

### Author: ![GuillaumeCarel](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.legato.io/guillaumecarel/32/151_2.png) [@GuillaumeCarel](https://forum.legato.io/u/GuillaumeCarel)
#### Post date: [May 15, 2017, 7:13am UTC](https://forum.legato.io/t/solved-disable-legato-application-auto-start/2454/3 "2017-05-15T07:13:50Z")

</div>

Thank you very much, I missed this part of the concepts.
