1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00
mumble-web_ynh/conf/systemd.service
ericgaspar e94acdcb53
Fix
2021-06-05 15:57:43 +02:00

15 lines
438 B
Desktop File

[Unit]
Description=Mumble web interface (app: __APP__)
Documentation=https://github.com/johni0702/mumble-web
Requires=network.target mumbleserver.service
After=network.target mumbleserver.service
[Service]
Type=simple
User=__APP__
Environment="PATH=__ENV_PATH__"
Environment=NODE_ENV=production
ExecStart=/usr/bin/websockify --web=__FINALPATH__/dist/ --ssl-target localhost:__PORT__ localhost:64738
[Install]
WantedBy=multi-user.target