Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
b232cf7d
Commit
b232cf7d
authored
Jun 08, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python: always launch via env(1)
parent
efea84d9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
configd
src/etc/rc.d/configd
+1
-1
configd.py
src/opnsense/service/configd.py
+1
-1
configd_ctl.py
src/opnsense/service/configd_ctl.py
+1
-1
execute_command.py
src/opnsense/service/execute_command.py
+1
-1
daemonize.py
src/opnsense/service/modules/daemonize.py
+1
-1
No files found.
src/etc/rc.d/configd
View file @
b232cf7d
...
...
@@ -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"
}
#
...
...
src/opnsense/service/configd.py
View file @
b232cf7d
#!/usr/
local/bin/
python2.7
#!/usr/
bin/env
python2.7
"""
Copyright (c) 2014 Ad Schellevis
...
...
src/opnsense/service/configd_ctl.py
View file @
b232cf7d
#!/usr/
local/bin/
python2.7
#!/usr/
bin/env
python2.7
"""
Copyright (c) 2015 Ad Schellevis
...
...
src/opnsense/service/execute_command.py
View file @
b232cf7d
#!/usr/
local/bin/
python2.7
#!/usr/
bin/env
python2.7
"""
Copyright (c) 2014 Ad Schellevis
...
...
src/opnsense/service/modules/daemonize.py
View file @
b232cf7d
#!/usr/bin/
python
#!/usr/bin/
env python2.7
# original source from https://github.com/thesharp/daemonize
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment