From b217baaec927933ddf371214337f52bf5d2b9342 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 27 Mar 2020 18:02:34 +0200 Subject: [PATCH] systemd/system: update syncplay-server.service It never got the TLS flag apparently --- etc/systemd/system/syncplay-server.service | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/systemd/system/syncplay-server.service b/etc/systemd/system/syncplay-server.service index f04d96d3..bc61b774 100644 --- a/etc/systemd/system/syncplay-server.service +++ b/etc/systemd/system/syncplay-server.service @@ -3,10 +3,7 @@ Description=Syncplay server After=network.target [Service] -ExecStart=/opt/syncplay/syncplayServer.py --port 1234 --motd-file /opt/syncplay/motd.txt --salt autogenerated-by-running-without-this-flag-CHANGEME --password NotInThisConfigFileNotSorry -# https://github.com/ccxcz/syncplay/tree/endpoints - tcp6 includes tcp if net.ipv6.bindv6only=0 and host is not given -#ExecStart=/opt/syncplay/syncplayServer.py --endpoint tcp:1234 --endpoint tcp6:1234 --motd-file /opt/syncplay/motd.txt --salt autogenerated-by-running-without-this-flag-CHANGEME --password NotInThisConfigFileNotSorry - +ExecStart=/opt/syncplay/syncplayServer.py --port 1234 --motd-file /opt/syncplay/motd.txt --salt autogenerated-by-running-without-this-flag-CHANGEME --password NotInThisConfigFileNotSorry --tls /opt/syncplay/ssl Restart=always User=syncplay