initial commit
This commit is contained in:
commit
851c8bfb03
7 changed files with 248 additions and 0 deletions
5
rootfs/etc/services.d/synapse/run
Normal file
5
rootfs/etc/services.d/synapse/run
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
cd /var/lib/synapse
|
||||
source /var/lib/synapse/bin/activate
|
||||
s6-setuidgid synapse python -B -m synapse.app.homeserver -c server.yaml
|
Loading…
Add table
Add a link
Reference in a new issue