bigbluebutton-Github/build/packages-template/bbb-webhooks/bbb-webhooks.service
2021-08-13 12:53:18 +02:00

17 lines
355 B
Desktop File

[Unit]
Description=BigBlueButton Webhooks
Wants=redis-server.service
After=syslog.target network.target
[Service]
WorkingDirectory=/usr/local/bigbluebutton/bbb-webhooks
ExecStart=/usr/bin/node app.js
Restart=always
SyslogIdentifier=bbb-webhooks
User=bigbluebutton
Group=bigbluebutton
Environment=NODE_ENV=production
[Install]
WantedBy=multi-user.target