···442442443443Next thing is that we can do, is to [disable crash dumps generated by BEAM][crash].
444444While not strictly needed in this case, it is worth remembering, that it isn't
445445-hard to achieve, it is just using `Environment=ERL_CRASH_DUMP_SECONDS=0`.
445445+hard to achieve, just use `Environment=ERL_CRASH_DUMP_SECONDS=0`.
446446447447Our new, more secure, `hello.service` will look like:
448448
+3-3
content/post/who-watches-watchmen-ii.md
···185185Requires=sockets.target
186186187187[Socket]
188188-# We declare the name of the file descriptor here to simplify extraction in
189189-# the application afterwards. By default it will be the socket name (so
190190-# `hello-http` in our case), but `http` is much cleaner.
188188+# We declare the name of the file descriptor here to simplify extraction
189189+# in the application afterwards. By default it will be the socket name
190190+# (so `hello-http` in our case), but `http` is much cleaner.
191191FileDescriptorName=http
192192ListenStream=80
193193Service=hello.service