summarylogtreecommitdiffstats
path: root/mtproxy.service
diff options
context:
space:
mode:
Diffstat (limited to 'mtproxy.service')
-rw-r--r--mtproxy.service8
1 files changed, 7 insertions, 1 deletions
diff --git a/mtproxy.service b/mtproxy.service
index f8eb8765ec18..988117959075 100644
--- a/mtproxy.service
+++ b/mtproxy.service
@@ -7,7 +7,13 @@ Wants=network-online.target
[Service]
Type=simple
EnvironmentFile=/etc/mtproxy.conf
-ExecStart=/usr/bin/mtproto-proxy --user=${USER} --port=${STATS_PORT} --http-ports=${CLIENT_PORT} --mtproto-secret=${SECRET} --aes-pwd=/var/lib/mtproxy/secret.conf /var/lib/mtproxy/multi.conf
+ExecStart=/usr/bin/mtproto-proxy \
+ --user=${USER} \
+ --port=${STATS_PORT} \
+ --http-ports=${CLIENT_PORT} \
+ --mtproto-secret=${SECRET} \
+ --aes-pwd=/var/lib/mtproxy/secret.conf \
+ /var/lib/mtproxy/multi.conf
[Install]
WantedBy=multi-user.target