mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Make sure to set a sane umask.
This commit is contained in:
parent
38784b9ae6
commit
560434616a
@ -294,6 +294,8 @@ if __name__ == '__main__':
|
|||||||
signal.signal(signal.SIGHUP, signal.SIG_IGN)
|
signal.signal(signal.SIGHUP, signal.SIG_IGN)
|
||||||
log.info('Completed daemonization. Current PID: %s', os.getpid())
|
log.info('Completed daemonization. Current PID: %s', os.getpid())
|
||||||
|
|
||||||
|
os.umask(077)
|
||||||
|
|
||||||
# Let's write the PID file. This has to go after daemonization, obviously.
|
# Let's write the PID file. This has to go after daemonization, obviously.
|
||||||
pidFile = conf.supybot.pidFile()
|
pidFile = conf.supybot.pidFile()
|
||||||
if pidFile:
|
if pidFile:
|
||||||
|
Loading…
Reference in New Issue
Block a user