diff --git a/image/my_init b/image/my_init index c7bb576..983b65c 100755 --- a/image/my_init +++ b/image/my_init @@ -1,5 +1,5 @@ -#!/usr/bin/python2 -u -import os, os.path, sys, stat, signal, errno, argparse, time, json, re, posixfile +#!/usr/bin/python3 -u +import os, os.path, sys, stat, signal, errno, argparse, time, json, re KILL_PROCESS_TIMEOUT = 5 KILL_ALL_PROCESSES_TIMEOUT = 5