Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| 04-linux:82-kodi [2019/12/30 18:30] – Roge | 04-linux:82-kodi [2019/12/30 18:39] (Version actuelle) – [Service pour démarrage automatique] Roge | ||
|---|---|---|---|
| Ligne 80: | Ligne 80: | ||
| WantedBy = multi-user.target | WantedBy = multi-user.target | ||
| _EOF_ | _EOF_ | ||
| + | |||
| + | |||
| + | # Once this has been copied, you can attempt to start the service using the following command: | ||
| + | sudo systemctl start kodi.service | ||
| + | |||
| + | # Stop it using following command: | ||
| + | sudo systemctl stop kodi.service | ||
| + | |||
| + | # When you are happy that this starts and stops your app, you can have it start automatically on reboot by using this command: | ||
| + | sudo systemctl enable kodi.service | ||
| + | |||
| + | # The systemctl command can also be used to restart the service or disable it from boot up! | ||
| </ | </ | ||