Fork of https://github.com/bigbluebutton/greenlight with Debian packaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
greenlight/debian/greenlight.service

15 lines
296 B

[Unit]
Description=Web interface for BigBlueButton
Requires=network.target
After=network.target
[Service]
Type=simple
User=greenlight
Group=greenlight
WorkingDirectory=/opt/greenlight
EnvironmentFile=/opt/greenlight/.env
ExecStart=/opt/greenlight/bin/start
[Install]
WantedBy=multi-user.target