2023-09-30 07:08:38 +08:00
|
|
|
[Unit]
|
|
|
|
Description=BigBlueButton GraphQL Actions Adapter Server
|
|
|
|
Wants=redis-server.service bbb-graphql-server.service
|
|
|
|
After=syslog.target network.target redis-server.service bbb-graphql-server.service
|
|
|
|
PartOf=bigbluebutton.target
|
|
|
|
StartLimitIntervalSec=0
|
|
|
|
|
|
|
|
[Service]
|
2023-12-14 23:59:10 +08:00
|
|
|
WorkingDirectory=/usr/local/bigbluebutton/bbb-graphql-actions
|
|
|
|
ExecStart=/usr/bin/node bbb-graphql-actions.js
|
2023-09-30 07:08:38 +08:00
|
|
|
Restart=always
|
2023-12-14 23:59:10 +08:00
|
|
|
SyslogIdentifier=bbb-graphql-actions
|
2023-09-30 07:08:38 +08:00
|
|
|
User=bigbluebutton
|
|
|
|
Group=bigbluebutton
|
|
|
|
Environment=NODE_ENV=production
|
|
|
|
RestartSec=1s
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target bigbluebutton.target
|