From 4f99f6ebed1afaa43c04183bfacdcb1c1183077f Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 24 Nov 2018 20:36:17 +0200 Subject: [PATCH] syncplay-server.service: ccxcz's endpoints ExecStart just in case --- etc/systemd/system/syncplay-server.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/systemd/system/syncplay-server.service b/etc/systemd/system/syncplay-server.service index e2d082ae..f04d96d3 100644 --- a/etc/systemd/system/syncplay-server.service +++ b/etc/systemd/system/syncplay-server.service @@ -4,6 +4,9 @@ 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 + Restart=always User=syncplay