1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00
This commit is contained in:
lapineige 2022-12-20 21:38:04 +01:00 committed by GitHub
parent 77a2794aff
commit 28b7885c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,10 @@ ExecReload=/bin/kill $MAINPID
KillMode=process KillMode=process
Restart=on-failure Restart=on-failure
; Name of the user that runs the Pleroma service. ; Name of the user that runs the Akkoma service.
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
; Declares that Pleroma runs in production mode. ; Declares that Akkoma runs in production mode.
Environment="MIX_ENV=prod" Environment="MIX_ENV=prod"
; Make sure that all paths fit your installation. ; Make sure that all paths fit your installation.