diff --git a/conf/systemd.service b/conf/systemd.service index ced26f1..b0c69e3 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/bin/python3 -m mautrix_signal +ExecStart=__INSTALL_DIR__/mautrix-signal [Install] WantedBy=multi-user.target