This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dhcp: only install signal handlers from the server
"Silently" installing signal handlers from a module that may be imported from another project is not the best idea. Instead we move them to the server, which is where we want them here and as an usage example for other PyPXE users.
- Loading branch information
Andres Gomez
committed
Apr 8, 2022
1 parent
c71bc52
commit cb4e3d3
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters