summarylogtreecommitdiffstats
path: root/threema-web.service
diff options
context:
space:
mode:
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