syncplay-server.service: ccxcz's endpoints ExecStart just in case

This commit is contained in:
Aminda Suomalainen 2018-11-24 20:36:17 +02:00
parent c57d5443ab
commit 4f99f6ebed
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 3 additions and 0 deletions

View File

@ -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