Actions
Bug #102
opendlmgmtd and ipmgmtd start dummy processes in non-global zones
Status:
New
Priority:
Low
Assignee:
-
Start date:
2013-03-10
Due date:
% Done:
0%
Estimated time:
Description
dlmgmtd and ipmgmtd start dummy processes in non-globalzones:
# The real daemon is not started in a non-global zone. But we need to # create a dummy background process to preserve contract lifetime. if smf_is_nonglobalzone; then (while true ; do sleep 3600 ; done) & exit $SMF_EXIT_OK fi
Eventually this should be fixed:
disable and make them optional in non-global zones.
No data to display
Actions