1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
galene_ynh/conf/systemd.service
ericgaspar 71bcb48083
Fix
2021-05-26 19:08:05 +02:00

15 lines
349 B
Desktop File

[Unit]
Description=Galène: videoconferencing server
Documentation=https://galene.org
After=network.target
[Service]
Type=simple
WorkingDirectory=__FINALPATH__/
User=__APP__
Group=__APP__
ExecStart=__FINALPATH__/galene -http __PORT__ -turn __PUBLIC_IP4__:__TURN_PORT__ -udp-range 49152:65535
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target