bigbluebutton-Github/build/packages-template/bbb-export-annotations/bbb-export-annotations.service

17 lines
381 B
SYSTEMD
Raw Normal View History

[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