diff --git a/conf/systemd.service b/conf/systemd.service index 587b174..6251e68 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,10 +7,10 @@ ExecReload=/bin/kill $MAINPID KillMode=process Restart=on-failure -; Name of the user that runs the Pleroma service. +; Name of the user that runs the Akkoma service. User=__APP__ Group=__APP__ -; Declares that Pleroma runs in production mode. +; Declares that Akkoma runs in production mode. Environment="MIX_ENV=prod" ; Make sure that all paths fit your installation.