python: always launch via env(1)

This commit is contained in:
Franco Fichtner 2015-06-08 09:59:29 +02:00
parent efea84d948
commit b232cf7d74
5 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ configd_load_rc_config()
required_files=""
command_args="${required_args}"
command=/usr/local/opnsense/service/configd.py
command_interpreter=/usr/local/bin/python2.7
command_interpreter="/usr/bin/env python2.7"
}
#

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python2.7
#!/usr/bin/env python2.7
"""
Copyright (c) 2014 Ad Schellevis

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python2.7
#!/usr/bin/env python2.7
"""
Copyright (c) 2015 Ad Schellevis

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python2.7
#!/usr/bin/env python2.7
"""
Copyright (c) 2014 Ad Schellevis

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2.7
# original source from https://github.com/thesharp/daemonize