meta data for this page
Differences
This shows you the differences between two versions of the page.
programming:python:daemon [2024/01/01 16:39] – created niziak | programming:python:daemon [2024/01/01 16:39] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== daemon ====== | ====== daemon ====== | ||
+ | |||
===== systemd ===== | ===== systemd ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
When using systemd, it is no need to implement daemon in main process. | When using systemd, it is no need to implement daemon in main process. | ||
Systemd simply works with foreground services (default service '' | Systemd simply works with foreground services (default service '' |