From 28b7885c490565b2cd2ae9e8da04f9844f90f1cc Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 20 Dec 2022 21:38:04 +0100 Subject: [PATCH] naming --- conf/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.