From 77a2794aff43c6925e17fd8524ba05b5510f821f Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 20 Dec 2022 18:22:14 +0100 Subject: [PATCH] use pleroma as binary name --- conf/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index e2e2985..587b174 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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.