summarylogtreecommitdiffstats
path: root/tg-ws-proxy.service
blob: 0e4e11218ccbdb9c4fe1d047a9f1ef50788fd032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Local MTProto proxy server for partial bypassing of Telegram loading
After=graphical-session.target
PartOf=graphical-session.target

[Service]
Type=simple
ExecStart=/usr/bin/tg-ws-proxy
Restart=on-failure
RestartSec=5

[Install]
WantedBy=default.target