17 lines
381 B
SYSTEMD
17 lines
381 B
SYSTEMD
|
[Unit]
|
||
|
Description=BigBlueButton Export Annotations
|
||
|
Wants=redis.service
|
||
|
After=syslog.target network.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
|