|
@@ -134,6 +134,8 @@ if options.daemon is True:
|
|
|
passwd.close()
|
|
|
group.close()
|
|
|
daemon.DropPriv(int(uid), int(gid))
|
|
|
+ logger.debug("dropped privileges, now running as " + options.user +
|
|
|
+ " and group" + options.group)
|
|
|
|
|
|
"""Initialize the display object"""
|
|
|
display = SevenSegment(config.hw_address)
|