Bookmarks tagged Systemd and Linux and Python

13h ago alexandra-zaharia.github.io
Suppose you are running a Python systemd service that opens some file descriptors (these can be regular files, named pipes, sockets, and so on). When the service is stopped, it needs to finish cleanly by closing and/or removing the associated resources. This post presents two manners in which the service may be stopped gracefully.
#Linux - #Python - #Systemd -