1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

use pleroma as binary name

This commit is contained in:
lapineige 2022-12-20 18:22:14 +01:00 committed by GitHub
parent d8caec0982
commit 77a2794aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@ Environment="HOME=__FINALPATH__/live/"
; Path to the folder containing the Pleroma installation.
WorkingDirectory=__FINALPATH__/live/
; Path to the Pleroma binary.
ExecStart=__FINALPATH__/live/bin/akkoma start
ExecStop=__FINALPATH__/live/bin/akkoma stop
ExecStart=__FINALPATH__/live/bin/pleroma start
ExecStop=__FINALPATH__/live/bin/pleroma stop
; Some security directives.
; Use private /tmp and /var/tmp folders inside a new file system namespace, which are discarded after the process stops.