style: please elvis checks
This commit is contained in:
parent
187079859b
commit
2a48f143bd
|
@ -30,7 +30,7 @@
|
||||||
start() ->
|
start() ->
|
||||||
case os:type() of
|
case os:type() of
|
||||||
{win32, nt} -> ok;
|
{win32, nt} -> ok;
|
||||||
_nix ->
|
_Nix ->
|
||||||
os:set_signal(sighup, ignore),
|
os:set_signal(sighup, ignore),
|
||||||
os:set_signal(sigterm, handle) %% default is handle
|
os:set_signal(sigterm, handle) %% default is handle
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue