mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-29 15:44:24 +00:00
parent
6d678898ef
commit
ddddac426b
@ -47,7 +47,7 @@ def daemonize():
|
||||
|
||||
# Decouple from parent environment
|
||||
os.setsid()
|
||||
os.umask(700)
|
||||
os.umask(0o007)
|
||||
|
||||
# Do second fork
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user