summarylogtreecommitdiffstats
path: root/mautrix-syncproxy.service
blob: c9b6488eef6ecd94ce75c3efdc474d6c40b99d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Mautrix syncproxy
Replaces=postgresql.service
After=postgresql.service

[Service]
ExecStart=/usr/bin/mautrix-syncproxy -config /etc/mautrix-syncproxy/syncproxy.yaml
Restart=on-failure
PrivateTmp=yes
ProtectSystem=full
ProtectHome=yes

[Install]
WantedBy=multi-user.target