make bbb-pads.service part of bigbluebutton.target

This commit is contained in:
Daniel Molkentin 2022-03-17 14:23:28 +01:00
parent dbae417b0c
commit 8b8854a008

View File

@ -2,6 +2,7 @@
Description=BigBlueButton Pads
Wants=redis.service etherpad.service
After=syslog.target network.target
PartOf=bigbluebutton.target
[Service]
WorkingDirectory=/usr/local/bigbluebutton/bbb-pads
@ -13,4 +14,4 @@ Group=bigbluebutton
Environment=NODE_ENV=production
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target bigbluebutton.target