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
Éric Gaspar 16ba00f162
Without turn 0.3 (#20)
* Upgrade to version 0.3
2021-02-26 16:31:39 +01:00

15 lines
296 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 -turn __IPV4__:1194
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target