mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
python: always launch via env(1)
This commit is contained in:
parent
efea84d948
commit
b232cf7d74
@ -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"
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python2.7
|
||||
#!/usr/bin/env python2.7
|
||||
"""
|
||||
Copyright (c) 2014 Ad Schellevis
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python2.7
|
||||
#!/usr/bin/env python2.7
|
||||
"""
|
||||
Copyright (c) 2015 Ad Schellevis
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python2.7
|
||||
#!/usr/bin/env python2.7
|
||||
"""
|
||||
Copyright (c) 2014 Ad Schellevis
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python2.7
|
||||
|
||||
# original source from https://github.com/thesharp/daemonize
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user