build: akka apps + fsesl as part of bigbluebutton.target
This commit is contained in:
parent
1b03b1fd50
commit
da474130d9
@ -3,6 +3,7 @@ Description=BigBlueButton Apps (Akka)
|
||||
Requires=network.target
|
||||
Wants=redis-server.service
|
||||
After=redis-server.service
|
||||
PartOf=bigbluebutton.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
@ -22,5 +23,4 @@ PermissionsStartOnly=true
|
||||
LimitNOFILE=1024
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
WantedBy=multi-user.target bigbluebutton.target
|
||||
|
@ -3,6 +3,7 @@ Description=BigBlueButton FS-ESL (Akka)
|
||||
Requires=network.target
|
||||
Wants=redis-server.service
|
||||
After=redis-server.service
|
||||
PartOf= bigbluebutton.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
@ -22,5 +23,5 @@ PermissionsStartOnly=true
|
||||
LimitNOFILE=1024
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target bigbluebutton.target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user