net-im/matrix-synapse: new package
This commit is contained in:
parent
aa1b961f6f
commit
de0b0bf058
4 changed files with 117 additions and 0 deletions
14
net-im/matrix-synapse/files/synapse.service
Normal file
14
net-im/matrix-synapse/files/synapse.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Matrix Homeserver
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/synctl start
|
||||
ExecStop=/usr/bin/synctl stop
|
||||
PrivateTmp=true
|
||||
User=synapse
|
||||
Group=synapse
|
||||
WorkingDirectory=/var/lib/matrix-synapse
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue