issues
search
thesharp
/
daemonize
daemonize is a library for writing system daemons in Python.
MIT License
445
stars
64
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this project abandoned?
#81
mrichman
opened
2 years ago
1
Ignored "SystemExit: 0" exception on exit
#80
z3ntu
opened
2 years ago
0
Set process name
#79
zeddo123
opened
2 years ago
0
When closing descriptors, set some fixed (configurable?) cap
#78
devgs
opened
4 years ago
2
Daemonizing multiple functions at once
#77
sla-te
closed
1 year ago
1
Daemonize does not work with requests library
#76
tomgross
opened
4 years ago
3
DNS lookup before fork causes lookup failure after fork on OSX
#75
nickodell
opened
4 years ago
1
python3.8.3 has the following errors
#74
heweiblog
opened
4 years ago
0
Testsuite fails to run if there is no /usr/bin/python
#73
scarabeusiv
opened
4 years ago
2
Update daemon PID before parent exits
#72
alexanderrichards
opened
4 years ago
0
Daemonized script doesn't seem to be running
#71
zacharyabresch
closed
5 years ago
2
Only hard edit when there's processes to maintain
#70
RealOrangeOne
closed
5 years ago
1
Deprecation warning for "logger.warn" still exists on pypi
#69
lai323
closed
5 years ago
1
Add try exception for handlers.SysLogHandler when syslog-ng service down
#68
statfs
opened
6 years ago
0
Error when logging was not initialize yet
#67
llazzaro
closed
6 years ago
2
Fix deprecation warnings for logger.warn()
#66
z3ntu
closed
6 years ago
1
in foreground mode, logging is still done to the syslog
#65
whot
opened
6 years ago
0
Callbacks rework
#64
jndrk
opened
7 years ago
1
Why this lib doesnt fork twice?
#63
coldfire-x
opened
7 years ago
2
Passing Arguments
#62
rotherfuchs
closed
7 years ago
1
Calls to self.log.warn() should be self.log.warning()
#61
televi
closed
6 years ago
1
self.logger may be None
#60
Onway
closed
5 months ago
0
Decrease severity of startup/shutdown log messages
#59
amw
opened
7 years ago
0
Don't call `sys.exit` in `atexit` callback
#58
amw
opened
7 years ago
1
Calling to exit() doesn't seem to work
#57
skewty
opened
8 years ago
0
Thread stopped when daemonize start
#56
vladiskuz
closed
8 years ago
2
Provide a callback function for a graceful shutdown
#55
fcgravalos
opened
8 years ago
0
Fixed exception handling
#54
vizmo
closed
8 years ago
2
using returnvalue of self.action() as exitcode
#53
seasar
closed
8 years ago
1
Add support for action_args and action_kwargs
#52
msukmanowsky
closed
8 years ago
2
close unused fd: devnull_fd
#51
seasar
closed
8 years ago
1
Passing Parameter
#50
mohammadmoein
closed
8 years ago
1
Getting Error in exit() function.
#49
ameygat
closed
8 years ago
3
NetBSD support
#48
thesharp
closed
8 years ago
0
Relative pid file paths don't work
#47
jdelic
closed
8 years ago
4
Daemonize should kill the parent process more quickly
#46
AaronOpfer
closed
8 years ago
1
exceptions in the action kill the daemon but don't show up in the log
#45
akesterson
closed
8 years ago
5
Handling FileNotFoundError exception on sigterm
#44
ghost
closed
8 years ago
6
Error on exit
#43
citosid
closed
8 years ago
5
Investigate OpenBSD support
#42
thesharp
closed
8 years ago
1
Make exiting in the parent optional both prior/post fork
#41
rthille
closed
8 years ago
0
Python kill
#40
rthille
closed
8 years ago
0
Remove use of print in favor of logging
#39
rthille
closed
8 years ago
0
Daemonize.start() shouldn't exit on failures prior to fork.
#38
rthille
opened
8 years ago
4
Add doc target to Makefile
#37
knsd
closed
8 years ago
0
Add python 2.5 support
#36
knsd
closed
8 years ago
0
Rewrite tests
#35
knsd
opened
8 years ago
0
Error on os.remove if user is changed
#34
jbarlow83
closed
8 years ago
1
Include options in README.
#33
facundobatista
closed
8 years ago
4
More verbose readme
#32
thesharp
opened
8 years ago
0
Next