summarylogtreecommitdiffstats
path: root/threema-web.service
diff options
context:
space:
mode:
authorDanilo2019-08-08 15:57:01 +0200
committerDanilo2019-08-08 15:57:01 +0200
commitd4ccf898fc7087aa49122a9204786f104276c3eb (patch)
treea94d4a896c2946c9df00261e2cf1bac32046fe09 /threema-web.service
parentf7fa8f167d026e5fe01557efae75fc98d85b9ac2 (diff)
downloadaur-d4ccf898fc7087aa49122a9204786f104276c3eb.tar.gz
Version 2.2.0-1
Diffstat (limited to 'threema-web.service')
-rw-r--r--threema-web.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/threema-web.service b/threema-web.service
index c9dd0871f486..cdc63e1a0769 100644
--- a/threema-web.service
+++ b/threema-web.service
@@ -5,7 +5,7 @@ Description=Serve Threema Web on localhost port 4242.
Type=simple
User=http
Group=http
-ExecStart=/usr/bin/env python3 -m http.server -b 127.0.0.1 4242
+ExecStart=/usr/bin/env python3 /opt/threema-web/launch.py
WorkingDirectory=/opt/threema-web
Restart=on-failure
RestartSec=3