1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update systemd.service

This commit is contained in:
ericgaspar 2021-06-02 11:44:58 +02:00
parent c475f65551
commit 69d637b4d7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -8,7 +8,8 @@ Type=simple
WorkingDirectory=__FINALPATH__/
User=__APP__
Group=__APP__
ExecStart=__FINALPATH__/galene -http __PORT__ -turn __PUBLIC_IP4__:__TURN_PORT__ -udp-range 49152:65535
ExecStart=__FINALPATH__/galene -turn __PUBLIC_IP4__:__TURN_PORT__
#-udp-range 49152:65535
LimitNOFILE=65536
[Install]