This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
qf-vmargs: setup crash dumps path (
#155
)
4.1
4.1.2
Pierre Fenoll
9 years ago
committed by
bitbashing
parent
43131733bb
commit
3ccd46eabe
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
system/sbin/kazoo-applications
+ 1
- 0
system/sbin/kazoo-applications
View File
@ -55,6 +55,7 @@ start() {
fi
export CODE_LOADING_MODE=interactive
export ERL_CRASH_DUMP=/var/log/kazoo/$(date +%s)_erl_crash.dump
set -- ${BIN_FILE} "$@"
if [ "$(whoami)" == "${USER}" ]; then
exec "$@"
Write
Preview
Loading…
Cancel
Save