=== modified file 'sbin/pidns_run' --- old/sbin/pidns_run 2021-12-16 15:44:26 +0000 +++ new/sbin/pidns_run 2021-12-16 15:41:28 +0000 @@ -44,7 +44,7 @@ if fork2_pid == 0: # child env = dict(os.environ) - env['NS_NO_PID1'] = "1" + # env['NS_NO_PID1'] = "1" if argv[1][0] == '/': os.execve(argv[1], argv[1:], env) for d in os.environ['PATH'].split(':'):