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

16 lines
312 B
SYSTEMD
Raw Normal View History

2021-01-09 12:29:28 +01:00
[Unit]
Description=Galène: videoconferencing server
2021-01-20 09:55:08 +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-03-08 10:24:25 +01:00
ExecStart=__FINALPATH__/galene -turn __PUBLIC_IPV4__:__TURN_PORT__
2021-01-09 12:29:28 +01:00
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target