mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
4587801b86
- Upgrade to version 0.2 - Add prebuid binaries for x86-64, arm64, arm architectures
14 lines
243 B
Desktop File
14 lines
243 B
Desktop File
[Unit]
|
|
Description=Galène: videoconferencing server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=__FINALPATH__/
|
|
User=__APP__
|
|
Group=__APP__
|
|
ExecStart=__FINALPATH__/galene
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|