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:
parent
d8caec0982
commit
77a2794aff
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue