Skip to content
Snippets Groups Projects
Commit bbff416e authored by Bob Mottram's avatar Bob Mottram
Browse files

Ownership of matrix run script

parent da364a4d
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ function matrix_systemd_daemon {
echo "alias python='$MATRIX_PYTHON'";
echo "$MATRIX_PYTHON -m synapse.app.homeserver --config-path ${MATRIX_DATA_DIR}/homeserver.yaml"; } > /etc/matrix/run-matrix
chmod +x /etc/matrix/run-matrix
chown matrix:matrix /etc/matrix/run-matrix
{ echo '[Unit]';
echo 'Description=Synapse Matrix homeserver';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment