2023-08-06 19:03:43 +00:00
|
|
|
Index: eturnal/build.config
|
2022-01-10 13:33:22 +00:00
|
|
|
===================================================================
|
2023-08-06 19:03:43 +00:00
|
|
|
--- eturnal.orig/build.config
|
|
|
|
+++ eturnal/build.config
|
|
|
|
@@ -3,9 +3,9 @@
|
|
|
|
%%% Note that these settings may be overridden using environment variables of
|
|
|
|
%%% the same name, but upper-case.
|
2021-01-24 03:17:31 +00:00
|
|
|
|
2022-08-02 21:33:27 +00:00
|
|
|
-{eturnal_user, "eturnal"}. % The user running eturnal.
|
|
|
|
-{eturnal_prefix, "/opt/eturnal"}. % The installation directory.
|
|
|
|
+{eturnal_user, "_eturnal"}. % The user running eturnal.
|
|
|
|
+{eturnal_prefix, "/usr/lib/eturnal"}. % The installation directory.
|
2023-08-06 19:03:43 +00:00
|
|
|
{eturnal_etc_dir, "/etc"}. % The directory containing the eturnal.yml.
|
2022-08-02 21:33:27 +00:00
|
|
|
{erl_epmd_address, "127.0.0.1"}. % See <https://erlang.org/doc/man/epmd.html>.
|
|
|
|
{erl_dist_port, ""}. % Specify a port number to avoid spawning EPMD.
|
|
|
|
-{code_loading, "static"}. % Specify "dynamic" to avoid hard-coded dep versions.
|
|
|
|
+{code_loading, "dynamic"}. % Specify "dynamic" to avoid hard-coded dep versions.
|
2023-08-06 19:03:43 +00:00
|
|
|
Index: eturnal/overlay/init/systemd/eturnal.service
|
2022-01-10 13:33:22 +00:00
|
|
|
===================================================================
|
2023-08-06 19:03:43 +00:00
|
|
|
--- eturnal.orig/overlay/init/systemd/eturnal.service
|
|
|
|
+++ eturnal/overlay/init/systemd/eturnal.service
|
2021-02-01 16:22:32 +00:00
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
[Unit]
|
|
|
|
Description=eturnal STUN/TURN server
|
|
|
|
-Wants=epmd.service
|
|
|
|
+Requires=epmd.service
|
|
|
|
After=epmd.service network.target
|
2024-10-25 11:37:36 +00:00
|
|
|
Documentation=https://eturnal.net/doc/
|
2021-02-01 16:22:32 +00:00
|
|
|
Documentation=https://github.com/processone/eturnal/blob/{{release_version}}/README.md
|