Systemd for Python Developers

Опубликовано: 23 Январь 2020
на канале: Django Lessons
6,219
240

Since 2015 systemd is part of major Linux distributions. Thus, when deploying a python application we will need to work with some systemd units. So, why not take time and understand systemd? It is simple, I promise. I wish I had this sort of introduction long time ago.
In this lesson you will learn about system service unit, target unit and timer unit.

Privided examples are python applications. I use Flask instead of Django because it is simplier in this context.

#systemd #python #flask #linux

GitHub Repo: https://github.com/ciur/lesson-12-sys...
Django Lesson URL: https://www.django-lessons.com/lesson...