use new s6-rc layout [skip ci]
This commit is contained in:
parent
92cb6aa224
commit
a4c316a485
11 changed files with 9 additions and 34 deletions
5
rootfs/bin/synapse-keys
Executable file
5
rootfs/bin/synapse-keys
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ ! -f /var/lib/matrix-synapse/signing/signing.key ]; then
|
||||
s6-setuidgid matrix-synapse python3 -B -m synapse.app.homeserver -c /var/lib/matrix-synapse/server.yaml --generate-config -H $SERVER_NAME --report-stats=no
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue