2021-01-09 12:29:28 +01:00
|
|
|
[Unit]
|
2021-01-10 14:40:27 +01:00
|
|
|
Description=Galène: videoconferencing server
|
2021-01-25 18:06:42 +01:00
|
|
|
Documentation=https://galene.org
|
2021-01-09 12:29:28 +01:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
WorkingDirectory=__FINALPATH__/
|
|
|
|
User=__APP__
|
|
|
|
Group=__APP__
|
2021-09-08 23:27:51 +02:00
|
|
|
ExecStart=__FINALPATH__/galene -turn __PUBLIC_IP4__:__TURN_PORT__ -udp-range 49152-65535 -groups /home/yunohost.app/__APP__/groups -recordings /home/yunohost.app/__APP__/recordings
|
2021-01-09 12:29:28 +01:00
|
|
|
LimitNOFILE=65536
|
|
|
|
|
|
|
|
[Install]
|
2021-01-10 14:40:27 +01:00
|
|
|
WantedBy=multi-user.target
|