18 lines
316 B
SYSTEMD
18 lines
316 B
SYSTEMD
|
[Unit]
|
||
|
Description=wsproxy
|
||
|
Documentation=https://github.com/mautrix/wsproxy
|
||
|
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=mautrix-wsproxy
|
||
|
Group=mautrix-wsproxy
|
||
|
ExecStart=/usr/bin/mautrix-wsproxy --config /etc/mautrix-wsproxy.yaml
|
||
|
WorkingDirectory=/tmp
|
||
|
Restart=on-failure
|
||
|
RestartSec=60
|
||
|
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|