This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/debian/greenlight.service

16 lines
296 B
SYSTEMD

[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