X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fakkoma.service;h=012e9185e34f197f36cf251cb6f69ca99e3d4f38;hb=f1e836b1838a11232c5bc8978ee1f0cc7c6d226e;hp=f5865a91a0918dee7e3e53f23beecf3cce5acd2f;hpb=90fce918b2cea86c14cc3b126c5b2a3c04d9cd4e;p=akkoma diff --git a/installation/akkoma.service b/installation/akkoma.service index f5865a91a..012e9185e 100644 --- a/installation/akkoma.service +++ b/installation/akkoma.service @@ -7,13 +7,16 @@ ExecReload=/bin/kill $MAINPID Restart=on-failure ; Uncomment this if you're on Arch Linux -; Evironment="PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" +; Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" ; Name of the user that runs the Akkoma service. 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"