mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 20:38:23 +00:00
@ -47,7 +47,7 @@ def daemonize():
|
||||
|
||||
# Decouple from parent environment
|
||||
os.setsid()
|
||||
os.umask(700)
|
||||
os.umask(0o007)
|
||||
|
||||
# Do second fork
|
||||
try:
|
||||
|
Reference in New Issue
Block a user