bigbluebutton-Github/build/packages-template/bbb-graphql-middleware/bbb-graphql-middleware.service
Gustavo Trott e1407149b9
refactor (build/gql-middleware): Introduce config as a yml file (#20992)
* Introduce Gql-Middleware config as a yml file

* use path /usr/share/bbb-graphql-middleware/ instead of /usr/local/bigbluebutton/bbb-graphql-middleware

* remove /etc/default/bbb-graphql-middleware file
2024-08-29 17:40:52 -04:00

25 lines
598 B
Desktop File

[Unit]
Description=BigBlueButton GraphQL Middleware
Requires=network.target
Wants=postgresql.service redis-server.service bbb-graphql-server.service
After=postgresql.service redis-server.service bbb-graphql-server.service
PartOf=bigbluebutton.target
[Service]
Type=simple
User=bigbluebutton
Group=bigbluebutton
WorkingDirectory=/usr/local/bin
ExecStart=/usr/local/bin/bbb-graphql-middleware
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=60
SuccessExitStatus=143
TimeoutStopSec=5
PermissionsStartOnly=true
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target bigbluebutton.target