Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ start
Method
start
salt/utils/process.py:1163–1165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1161
os._exit(salt.defaults.exitcodes.EX_OK)
1162
1163
def
start(self):
1164
with
default_signals(signal.SIGINT, signal.SIGTERM):
1165
super().start()
1166
1167
1168
@contextlib.contextmanager
Callers
8
asynchronous
Method · 0.95
test_subprocess_list_fds
Function · 0.95
test_process_does_not_exist
Method · 0.95
test_process_children_do_not_exist
Method · 0.95
test_signal_processing_regression_test
Method · 0.95
_signal_handling_subprocess_body
Method · 0.95
__init__
Method · 0.45
add_process
Method · 0.45
Calls
1
default_signals
Function · 0.85
Tested by
5
test_subprocess_list_fds
Function · 0.76
test_process_does_not_exist
Method · 0.76
test_process_children_do_not_exist
Method · 0.76
test_signal_processing_regression_test
Method · 0.76
_signal_handling_subprocess_body
Method · 0.76