2021-01-09 12:29:28 +01:00
|
|
|
[Unit]
|
2022-10-05 00:36:46 +02: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
|
|
|
|
User=__APP__
|
|
|
|
Group=__APP__
|
2022-10-05 00:36:46 +02:00
|
|
|
WorkingDirectory=__FINALPATH__/live/
|
|
|
|
ExecStart=__FINALPATH__/live/galene -http "127.0.0.1:__PORT__" -insecure -turn __PUBLIC_IP4__:__TURN_PORT__ -udp-range 49152-65535 -groups __DATADIR__/groups -recordings __DATADIR__/recordings -data __FINALPATH__/live/data/
|
2021-01-09 12:29:28 +01:00
|
|
|
LimitNOFILE=65536
|
|
|
|
|
|
|
|
[Install]
|
2021-01-10 14:40:27 +01:00
|
|
|
WantedBy=multi-user.target
|