bigbluebutton-Github/build/packages-template/bbb-export-annotations/bbb-export-annotations.service
2022-07-07 17:40:04 +00:00

18 lines
430 B
Desktop File

[Unit]
Description=BigBlueButton Export Annotations
Wants=redis.service
After=syslog.target network.target
PartOf=bigbluebutton.target
[Service]
WorkingDirectory=/usr/local/bigbluebutton/bbb-export-annotations
ExecStart=/usr/bin/node master.js
Restart=always
SyslogIdentifier=bbb-export-annotations
User=bigbluebutton
Group=bigbluebutton
Environment=NODE_ENV=production
[Install]
WantedBy=multi-user.target bigbluebutton.target