mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
configd: roll back env(1) usage; FreeBSD's service(8)
refuses to take /usr/local/bin into account, which kind of defeats the purpose of using the portable "env" command...
This commit is contained in:
parent
e2276435d3
commit
73b782069c
@ -24,7 +24,7 @@ configd_load_rc_config()
|
||||
required_files=""
|
||||
command_args="${required_args}"
|
||||
command=/usr/local/opnsense/service/configd.py
|
||||
command_interpreter="/usr/bin/env python2.7"
|
||||
command_interpreter=/usr/local/bin/python2.7
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2.7
|
||||
#!/usr/local/bin/python2.7
|
||||
"""
|
||||
Copyright (c) 2014 Ad Schellevis
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2.7
|
||||
#!/usr/local/bin/python2.7
|
||||
"""
|
||||
Copyright (c) 2015 Ad Schellevis
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2.7
|
||||
#!/usr/local/bin/python2.7
|
||||
|
||||
# original source from https://github.com/thesharp/daemonize
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user