mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 12:16:45 +02:00
Call exports.start() for Phusion Passenger (#5866)
This commit is contained in:
parent
a8210e9647
commit
89201632ca
@ -276,3 +276,4 @@ exports.exit = async (err = null) => {
|
||||
};
|
||||
|
||||
if (require.main === module) exports.start();
|
||||
if (typeof(PhusionPassenger) !== 'undefined') exports.start();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user