# File lib_core/rucy/rc_d.rb, line 19
def
stop_signal
(
pid
)
Process
.
kill
(
'USR1'
,
pid
)
nil
end