summaryrefslogtreecommitdiffstats
path: root/.ship/service
diff options
context:
space:
mode:
Diffstat (limited to '.ship/service')
-rw-r--r--.ship/service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ship/service b/.ship/service
index a8e30de..3166559 100644
--- a/.ship/service
+++ b/.ship/service
@@ -7,7 +7,7 @@ Type=simple
7User=muxstr 7User=muxstr
8WorkingDirectory=/var/lib/muxstr 8WorkingDirectory=/var/lib/muxstr
9EnvironmentFile=/etc/ship/env/muxstr.env 9EnvironmentFile=/etc/ship/env/muxstr.env
10ExecStart=/usr/local/bin/muxstr -db relay.db -grpc-addr localhost:50051 -ws-addr localhost:8007 -public-url muxstr.x.bdw.to 10ExecStart=/usr/local/bin/muxstr -config /var/lib/muxstr/config.yaml
11Restart=always 11Restart=always
12RestartSec=5s 12RestartSec=5s
13NoNewPrivileges=true 13NoNewPrivileges=true