2022-07-07 04:51:57 +08:00
|
|
|
[Unit]
|
|
|
|
Description=BigBlueButton Export Annotations
|
|
|
|
Wants=redis.service
|
|
|
|
After=syslog.target network.target
|
2022-07-08 01:40:04 +08:00
|
|
|
PartOf=bigbluebutton.target
|
2022-07-07 04:51:57 +08:00
|
|
|
|
|
|
|
[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]
|
2022-07-08 01:40:04 +08:00
|
|
|
WantedBy=multi-user.target bigbluebutton.target
|