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.