X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fakkoma.service;h=3d7c062ff27d6614c7765a3a2be16fb171d1b929;hb=33243c56e5560f99bd886ed44bcb50c9f679ccc2;hp=2b2e3d5688446b4924d5989236bd04449019a80b;hpb=0c2c057c75e21ec411599016b705801f98565cf8;p=akkoma diff --git a/installation/akkoma.service b/installation/akkoma.service index 2b2e3d568..3d7c062ff 100644 --- a/installation/akkoma.service +++ b/installation/akkoma.service @@ -4,7 +4,6 @@ After=network.target postgresql.service [Service] ExecReload=/bin/kill $MAINPID -KillMode=process Restart=on-failure ; Uncomment this if you're on Arch Linux @@ -15,6 +14,9 @@ User=akkoma ; Declares that Akkoma runs in production mode. Environment="MIX_ENV=prod" +; Don't listen epmd on 0.0.0.0 +Environment="ERL_EPMD_ADDRESS=127.0.0.1" + ; Make sure that all paths fit your installation. ; Path to the home directory of the user running the Akkoma service. Environment="HOME=/var/lib/akkoma"